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*)))
65 system_beep(kSoundNames[type]);
115 while (kSoundNames[i] != NULL)
116 add_system_beep_event(kSoundNames[i++], 0);

Completed in 27 milliseconds