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

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h105 kWhatNotif = 'noti', // send a notification to client enumerator in enum:android::GenericPlayer::__anon1647
H A Dandroid_GenericPlayer.cpp288 sp<AMessage> msg = new AMessage(kWhatNotif, this);
301 sp<AMessage> msg = new AMessage(kWhatNotif, this);
321 case kWhatNotif:
322 SL_LOGV("kWhatNotif");

Completed in 40 milliseconds