Home
last modified time | relevance | path

Searched refs:findPointer (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp927 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived()
936 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived()
942 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected); in onMessageReceived()
956 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived()
962 found = msg->findPointer(kCallbackFpKey, (void**) &onError); in onMessageReceived()
1018 found = msg->findPointer(kCallbackFpKey, (void**) &onState); in onMessageReceived()
1032 found = msg->findPointer(kCallbackFpKey, (void**) &onStart); in onMessageReceived()
1054 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived()
1077 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived()
1135 found = msg->findPointer(kCallbackFpKey, (void**) &onFail); in onMessageReceived()
[all …]
DACameraManager.cpp308 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived()
313 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
331 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived()
336 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp926 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived()
935 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived()
941 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected); in onMessageReceived()
955 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived()
961 found = msg->findPointer(kCallbackFpKey, (void**) &onError); in onMessageReceived()
1018 found = msg->findPointer(kCallbackFpKey, (void**) &onState); in onMessageReceived()
1032 found = msg->findPointer(kCallbackFpKey, (void**) &onStart); in onMessageReceived()
1054 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived()
1077 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived()
1133 found = msg->findPointer(kCallbackFpKey, (void**) &onFail); in onMessageReceived()
[all …]
DACameraManager.cpp376 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived()
381 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
/frameworks/av/media/ndk/
DNdkImageReader.cpp212 bool found = msg->findPointer(kCallbackFpKey, (void**) &onBufferRemoved); in onMessageReceived()
217 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
242 bool found = msg->findPointer(kCallbackFpKey, (void**) &onImageAvailable); in onMessageReceived()
247 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp92 msg->findPointer("headers", (void **)&headers); in onLoad()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h295 bool findPointer(uint32_t key, void **value) const;
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h123 bool findPointer(const char *name, void **value) const;
/frameworks/av/media/libstagefright/foundation/tests/
DMetaDataBaseUnitTest.cpp137 status = metaData->findPointer(kKeyPlatformPrivate, &platformValue); in TEST_F()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp724 CHECK(msg->findPointer("audioSource", &ptr)); in onStart()
733 CHECK(msg->findPointer("videoSource", &ptr)); in onStart()
742 CHECK(msg->findPointer("subtitleSource", &ptr)); in onStart()
752 && msg->findPointer("metadataSource", &ptr)) { in onStart()
DLiveSession.cpp1004 if (!msg->findPointer("headers", (void **)&headers)) { in onConnect()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2562 if (!msg->findPointer("crypto", &crypto)) { in onMessageReceived()
2576 if (!msg->findPointer("descrambler", &descrambler)) { in onMessageReceived()
3003 CHECK(msg->findPointer("buffers", (void **)&dstBuffers)); in onMessageReceived()
3334 CHECK(msg->findPointer("subSamples", (void **)&subSamples)); in onQueueInputBuffer()
3336 CHECK(msg->findPointer("key", (void **)&key)); in onQueueInputBuffer()
3337 CHECK(msg->findPointer("iv", (void **)&iv)); in onQueueInputBuffer()
3381 CHECK(msg->findPointer("errorDetailMsg", (void **)&errorDetailMsg)); in onQueueInputBuffer()
/frameworks/av/media/libstagefright/foundation/
DMetaDataBase.cpp214 bool MetaDataBase::findPointer(uint32_t key, void **value) const { in findPointer() function in android::MetaDataBase
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp630 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived()
684 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived()
2905 CHECK(msg->findPointer("uuid", (void**)&uuid)); in onPrepareDrm()
2906 CHECK(msg->findPointer("drmSessionId", (void**)&drmSessionId)); in onPrepareDrm()
DNuPlayerDecoder.cpp338 if (!format->findPointer("crypto", &pCrypto)) { in onConfigure()
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp461 CHECK(msg->findPointer("data", &data)); in onRead()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp400 CHECK(msg->findPointer("header", (void **)&header)); in onMessageReceived()