HomeSort by relevance Sort by last modified time
    Searched refs:kWhatNotif (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 104 kWhatNotif = 'noti', // send a notification to client
android_GenericPlayer.cpp 288 sp<AMessage> msg = new AMessage(kWhatNotif, id());
301 sp<AMessage> msg = new AMessage(kWhatNotif, id());
321 case kWhatNotif:
322 SL_LOGV("kWhatNotif");

Completed in 366 milliseconds