Searched refs:DeviceCb (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/camera/provider/aidl/vts/ |
D | device_cb.cpp | 33 DeviceCb::DeviceCb(CameraAidlTest* parent, camera_metadata_t* staticMeta) : mParent(parent) { in DeviceCb() function in DeviceCb 37 ScopedAStatus DeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() 59 ScopedAStatus DeviceCb::processCaptureResult(const std::vector<CaptureResult>& results) { in processCaptureResult() 78 ScopedAStatus DeviceCb::requestStreamBuffers(const std::vector<BufferRequest>& bufReqs, in requestStreamBuffers() 181 ScopedAStatus DeviceCb::returnStreamBuffers(const std::vector<StreamBuffer>& buffers) { in returnStreamBuffers() 219 void DeviceCb::setCurrentStreamConfig(const std::vector<Stream>& streams, in setCurrentStreamConfig() 236 void DeviceCb::waitForBuffersReturned() { in waitForBuffersReturned() 245 bool DeviceCb::processCaptureResultLocked( in processCaptureResultLocked() 449 ScopedAStatus DeviceCb::notifyHelper( in notifyHelper() 527 bool DeviceCb::hasOutstandingBuffersLocked() { in hasOutstandingBuffersLocked()
|
D | camera_aidl_test.h | 100 class DeviceCb; // Forward declare to break circular header dependency variable 209 int32_t* partialResultCount /*out*/, std::shared_ptr<DeviceCb>* outCb /*out*/, 224 std::shared_ptr<DeviceCb>* outCb /*out*/, uint32_t streamConfigCounter, 240 std::shared_ptr<DeviceCb>* cb /*out*/, int32_t streamConfigCounter = 0, 249 std::shared_ptr<DeviceCb>* cb /*out*/, uint32_t streamConfigCounter = 0); 259 bool* useHalBufManager /*out*/, std::shared_ptr<DeviceCb>* cb /*out*/, 302 int32_t streamId, const std::shared_ptr<DeviceCb>& cb, 307 const std::shared_ptr<DeviceCb>& cb, 634 friend class DeviceCb; variable
|
D | device_cb.h | 44 class DeviceCb : public BnCameraDeviceCallback { 46 DeviceCb(CameraAidlTest* parent, camera_metadata_t* staticMeta);
|
D | camera_aidl_test.cpp | 2285 std::shared_ptr<DeviceCb> cb; in processCaptureRequestInternal() 2610 int32_t* partialResultCount, bool* useHalBufManager, std::shared_ptr<DeviceCb>* cb, in configureSingleStream() 2650 *cb = ndk::SharedRefBase::make<DeviceCb>(this, staticMeta); in configureSingleStream() 2768 int32_t streamId, const std::shared_ptr<DeviceCb>& cb, in verifyBuffersReturned() 2799 std::shared_ptr<DeviceCb> cb; in processPreviewStabilizationCaptureRequestInternal() 2982 std::shared_ptr<DeviceCb>* cb, int32_t streamConfigCounter, bool allowUnsupport) { in configurePreviewStreams() 3018 *cb = ndk::SharedRefBase::make<DeviceCb>(this, staticMeta); in configurePreviewStreams() 3113 const std::shared_ptr<DeviceCb>& cb, in verifyBuffersReturned() 3126 std::shared_ptr<DeviceCb>* outCb, uint32_t streamConfigCounter, bool maxResolution, in configureStreams() 3164 *outCb = ndk::SharedRefBase::make<DeviceCb>(this, staticMeta); in configureStreams() [all …]
|
D | VtsAidlHalCameraProvider_TargetTest.cpp | 1639 std::shared_ptr<DeviceCb> cb; in TEST_P() 1860 std::shared_ptr<DeviceCb> cb; in TEST_P() 2025 std::shared_ptr<DeviceCb> cb; in TEST_P() 2255 std::shared_ptr<DeviceCb> cb; in TEST_P() 2381 std::shared_ptr<DeviceCb> cb; in TEST_P() 2473 std::shared_ptr<DeviceCb> cb; in TEST_P() 2645 std::shared_ptr<DeviceCb> cb; in TEST_P() 2699 std::shared_ptr<DeviceCb> cb; in TEST_P() 2824 std::shared_ptr<DeviceCb> cb; in TEST_P()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 671 struct DeviceCb : public V3_5::ICameraDeviceCallback { struct in CameraHidlTest 672 DeviceCb(CameraHidlTest* parent, int deviceVersion, const camera_metadata_t* staticMeta) in DeviceCb() argument 829 sp<DeviceCb> *outCb /*out*/, 839 sp<DeviceCb>* outCb /*out*/, uint32_t streamConfigCounter, 853 sp<DeviceCb> *cb /*out*/, 865 sp<DeviceCb> *cb /*out*/, 876 sp<DeviceCb>* cb /*out*/, uint32_t streamConfigCounter = 0); 901 int deviceVerison, int32_t streamId, sp<DeviceCb> cb, 905 hidl_vec<int32_t> streamIds, sp<DeviceCb> cb, 909 hidl_vec<int32_t> streamIds, sp<DeviceCb> cb, [all …]
|