Searched refs:EmptyDeviceCb (Results 1 – 5 of 5) sorted by relevance
20 ScopedAStatus EmptyDeviceCb::notify(const std::vector<NotifyMsg>&) { in notify()25 ScopedAStatus EmptyDeviceCb::processCaptureResult(const std::vector<CaptureResult>&) { in processCaptureResult()30 ScopedAStatus EmptyDeviceCb::requestStreamBuffers(const std::vector<BufferRequest>&, in requestStreamBuffers()39 ScopedAStatus EmptyDeviceCb::returnStreamBuffers(const std::vector<StreamBuffer>&) { in returnStreamBuffers()
28 class EmptyDeviceCb : public BnCameraDeviceCallback {
546 std::shared_ptr<EmptyDeviceCb> cb = ndk::SharedRefBase::make<EmptyDeviceCb>(); in TEST_P()588 std::shared_ptr<EmptyDeviceCb> cb = ndk::SharedRefBase::make<EmptyDeviceCb>(); in TEST_P()
1803 std::shared_ptr<EmptyDeviceCb> cb = ndk::SharedRefBase::make<EmptyDeviceCb>(); in openEmptyDeviceSession()1830 std::shared_ptr<EmptyDeviceCb> cb = ndk::SharedRefBase::make<EmptyDeviceCb>(); in openEmptyInjectionSession()
631 struct EmptyDeviceCb : public V3_5::ICameraDeviceCallback { struct in CameraHidlTest3164 sp<EmptyDeviceCb> cb = new EmptyDeviceCb; in TEST_P()3267 sp<EmptyDeviceCb> cb = new EmptyDeviceCb; in TEST_P()8658 sp<EmptyDeviceCb> cb = new EmptyDeviceCb(); in openEmptyDeviceSession()