Home
last modified time | relevance | path

Searched refs:kSoundNames (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/notification/
H A DNotificationServer.cpp23 const char* kSoundNames[] = { variable
64 if (type < (int32)(sizeof(kSoundNames) / sizeof(const char*))) in MessageReceived()
65 system_beep(kSoundNames[type]); in MessageReceived()
115 while (kSoundNames[i] != NULL) in main()
116 add_system_beep_event(kSoundNames[i++], 0); in main()