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

  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 30 mNotifyClient(NULL),
69 mNotifyClient = cbf;
82 mNotifyClient = NULL;
414 if (NULL == mNotifyClient) {
417 notifClient = mNotifyClient;
android_GenericPlayer.h 158 notif_cbf_t mNotifyClient;
160 // lock to protect mNotifyClient and mNotifyUser updates
android_AudioSfDecoder.cpp 621 if (NULL == mNotifyClient) {
624 notifyClient = mNotifyClient;

Completed in 187 milliseconds