Home
last modified time | relevance | path

Searched refs:mCodecCallbackHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h127 sp<CodecCallbackHandler> mCodecCallbackHandler; variable
DHeicCompositeStream.cpp1344 mCodecCallbackHandler = new CodecCallbackHandler(this); in initializeCodec()
1345 if (mCodecCallbackHandler == nullptr) { in initializeCodec()
1360 mCallbackLooper->registerHandler(mCodecCallbackHandler); in initializeCodec()
1362 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()