Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h118 sp<CodecCallbackHandler> mCodecCallbackHandler; variable
DHeicCompositeStream.cpp1203 mCodecCallbackHandler = new CodecCallbackHandler(this); in initializeCodec()
1204 if (mCodecCallbackHandler == nullptr) { in initializeCodec()
1219 mCallbackLooper->registerHandler(mCodecCallbackHandler); in initializeCodec()
1221 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()