Lines Matching refs:cookie
607 static sp<MediaPlayerBase> createPlayer(player_type playerType, void* cookie,
634 p->setNotifyCallback(cookie, notifyFunc);
1075 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1077 Client* client = static_cast<Client*>(cookie);
1091 LOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1347 AudioCallback cb, void *cookie)
1350 mCallbackCookie = cookie;
1498 int event, void *cookie, void *info) {
1504 AudioOutput *me = (AudioOutput *)cookie;
1558 void *cookie);
1579 void *cookie)
1582 mCookie(cookie),
1619 AudioCallback cb, void *cookie)
1632 mCallbackThread = new CallbackThread(this, cb, cookie);
1685 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1687 LOGV("notify(%p, %d, %d, %d)", cookie, msg, ext1, ext2);
1688 AudioCache* p = static_cast<AudioCache*>(cookie);