Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h123 sp<CodecCallbackHandler> mCodecCallbackHandler; variable
DHeicCompositeStream.cpp1304 mCodecCallbackHandler = new CodecCallbackHandler(this); in initializeCodec()
1305 if (mCodecCallbackHandler == nullptr) { in initializeCodec()
1320 mCallbackLooper->registerHandler(mCodecCallbackHandler); in initializeCodec()
1322 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()