Searched refs:mAsyncNotify (Results 1 – 4 of 4) sorted by relevance
97 sp<AMessage> mAsyncNotify; member475 if (mData->mAsyncNotify == NULL && userdata != NULL) { in AMediaCodec_setAsyncNotifyCallback()476 mData->mAsyncNotify = new AMessage(kWhatAsyncNotify, mData->mHandler); in AMediaCodec_setAsyncNotifyCallback()477 status_t err = mData->mCodec->setCallback(mData->mAsyncNotify); in AMediaCodec_setAsyncNotifyCallback()539 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getInputBuffer()574 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getOutputBuffer()
124 sp<AMessage> mAsyncNotify; variable
1322 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()1323 res = mCodec->setCallback(mAsyncNotify); in initializeCodec()1409 mAsyncNotify.clear(); in deinitCodec()
3941 AsyncNotifyPost(const sp<AMessage> &asyncNotify) : mAsyncNotify(asyncNotify) {} in onMessageReceived()3943 if (mAsyncNotify) { in onMessageReceived()3944 mAsyncNotify->post(); in onMessageReceived()3947 void clear() { mAsyncNotify.clear(); } in onMessageReceived()3949 sp<AMessage> mAsyncNotify; in onMessageReceived() member