Searched refs:kWhatNotif (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h104 kWhatNotif = 'noti', // send a notification to client enumerator in enum:android::GenericPlayer::__anon1607
H A Dandroid_GenericPlayer.cpp287 sp<AMessage> msg = new AMessage(kWhatNotif, id());
300 sp<AMessage> msg = new AMessage(kWhatNotif, id());
320 case kWhatNotif:
321 SL_LOGV("kWhatNotif");

Completed in 44 milliseconds