Searched refs:mAsyncNotify (Results 1 – 4 of 4) sorted by relevance
118 sp<AMessage> mAsyncNotify; member614 if (mData->mAsyncNotify == NULL) { in AMediaCodec_setAsyncNotifyCallback()615 mData->mAsyncNotify = new AMessage(kWhatAsyncNotify, mData->mHandler); in AMediaCodec_setAsyncNotifyCallback()625 status_t err = mData->mCodec->setCallback(mData->mAsyncNotify); in AMediaCodec_setAsyncNotifyCallback()708 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getInputBuffer()749 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getOutputBuffer()
141 sp<AMessage> mAsyncNotify, mGainmapAsyncNotify; variable
1960 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()1961 res = mCodec->setCallback(mAsyncNotify); in initializeCodec()2066 mAsyncNotify.clear(); in deinitCodec()
5757 AsyncNotifyPost(const sp<AMessage> &asyncNotify) : mAsyncNotify(asyncNotify) {} in onMessageReceived()5759 if (mAsyncNotify) { in onMessageReceived()5760 mAsyncNotify->post(); in onMessageReceived()5763 void clear() { mAsyncNotify.clear(); } in onMessageReceived()5765 sp<AMessage> mAsyncNotify; in onMessageReceived() member