/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 933 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived() 942 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived() 948 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected); in onMessageReceived() 962 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived() 968 found = msg->findPointer(kCallbackFpKey, (void**) &onError); in onMessageReceived() 1024 found = msg->findPointer(kCallbackFpKey, (void**) &onState); in onMessageReceived() 1038 found = msg->findPointer(kCallbackFpKey, (void**) &onStart); in onMessageReceived() 1060 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived() 1083 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived() 1141 found = msg->findPointer(kCallbackFpKey, (void**) &onFail); in onMessageReceived() [all …]
|
D | ACameraManager.cpp | 288 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived() 293 found = msg->findPointer(kContextKey, &context); in onMessageReceived() 311 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived() 316 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 938 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived() 947 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived() 953 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected); in onMessageReceived() 967 found = msg->findPointer(kDeviceKey, (void**) &dev); in onMessageReceived() 973 found = msg->findPointer(kCallbackFpKey, (void**) &onError); in onMessageReceived() 1030 found = msg->findPointer(kCallbackFpKey, (void**) &onState); in onMessageReceived() 1044 found = msg->findPointer(kCallbackFpKey, (void**) &onStart); in onMessageReceived() 1066 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived() 1089 found = msg->findPointer(kCallbackFpKey, (void**) &onResult); in onMessageReceived() 1145 found = msg->findPointer(kCallbackFpKey, (void**) &onFail); in onMessageReceived() [all …]
|
D | ACameraManager.cpp | 376 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceived() 381 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
|
/frameworks/av/media/ndk/ |
D | NdkImageReader.cpp | 212 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/ |
D | SDPLoader.cpp | 91 msg->findPointer("headers", (void **)&headers); in onLoad()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 295 bool findPointer(uint32_t key, void **value) const;
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 121 bool findPointer(const char *name, void **value) const;
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 723 CHECK(msg->findPointer("audioSource", &ptr)); in onStart() 732 CHECK(msg->findPointer("videoSource", &ptr)); in onStart() 741 CHECK(msg->findPointer("subtitleSource", &ptr)); in onStart() 751 && msg->findPointer("metadataSource", &ptr)) { in onStart()
|
D | LiveSession.cpp | 1003 if (!msg->findPointer("headers", (void **)&headers)) { in onConnect()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 2463 if (!msg->findPointer("crypto", &crypto)) { in onMessageReceived() 2477 if (!msg->findPointer("descrambler", &descrambler)) { in onMessageReceived() 2904 CHECK(msg->findPointer("buffers", (void **)&dstBuffers)); in onMessageReceived() 3223 CHECK(msg->findPointer("subSamples", (void **)&subSamples)); in onQueueInputBuffer() 3225 CHECK(msg->findPointer("key", (void **)&key)); in onQueueInputBuffer() 3226 CHECK(msg->findPointer("iv", (void **)&iv)); in onQueueInputBuffer() 3270 CHECK(msg->findPointer("errorDetailMsg", (void **)&errorDetailMsg)); in onQueueInputBuffer()
|
D | NuCachedSource2.cpp | 461 CHECK(msg->findPointer("data", &data)); in onRead()
|
/frameworks/av/media/libstagefright/foundation/ |
D | MetaDataBase.cpp | 211 bool MetaDataBase::findPointer(uint32_t key, void **value) const { in findPointer() function in android::MetaDataBase
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 630 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived() 684 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived() 2903 CHECK(msg->findPointer("uuid", (void**)&uuid)); in onPrepareDrm() 2904 CHECK(msg->findPointer("drmSessionId", (void**)&drmSessionId)); in onPrepareDrm()
|
D | NuPlayerDecoder.cpp | 338 if (!format->findPointer("crypto", &pCrypto)) { in onConfigure()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2.cpp | 800 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived() 859 CHECK(msg->findPointer("reply", (void**)&reply)); in onMessageReceived() 3154 CHECK(msg->findPointer("uuid", (void**)&uuid)); in onPrepareDrm() 3155 CHECK(msg->findPointer("drmSessionId", (void**)&drmSessionId)); in onPrepareDrm()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 400 CHECK(msg->findPointer("header", (void **)&header)); in onMessageReceived()
|