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

  /system/media/wilhelm/src/android/
android_GenericPlayer.cpp 29 mNotifyClient(NULL),
66 mNotifyClient = cbf;
79 mNotifyClient = NULL;
401 if (NULL == mNotifyClient) {
404 notifClient = mNotifyClient;
android_GenericPlayer.h 156 notif_cbf_t mNotifyClient;
158 // lock to protect mNotifyClient and mNotifyUser updates
android_AudioSfDecoder.cpp 606 if (NULL == mNotifyClient) {
609 notifyClient = mNotifyClient;

Completed in 19 milliseconds