/hardware/interfaces/camera/provider/aidl/vts/ |
D | device_cb.cpp | 37 ScopedAStatus DeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() 44 const NotifyMsg& msg = msgs[i]; in notify() 46 case NotifyMsg::Tag::error: in notify() 49 case NotifyMsg::Tag::shutter: in notify() 50 const auto& shutter = msg.get<NotifyMsg::Tag::shutter>(); in notify() 450 const std::vector<NotifyMsg>& msgs, in notifyHelper() 455 const NotifyMsg& msg = msgs[i]; in notifyHelper() 456 NotifyMsg::Tag msgTag = msgs[i].getTag(); in notifyHelper() 458 case NotifyMsg::Tag::error: in notifyHelper() 459 if (ErrorCode::ERROR_DEVICE == msg.get<NotifyMsg::Tag::error>().errorCode) { in notifyHelper() [all …]
|
D | device_cb.h | 33 using ::aidl::android::hardware::camera::device::NotifyMsg; 47 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override; 62 ScopedAStatus notifyHelper(const std::vector<NotifyMsg>& msgs,
|
D | empty_device_cb.cpp | 20 ScopedAStatus EmptyDeviceCb::notify(const std::vector<NotifyMsg>&) { in notify() argument
|
D | simple_device_cb.h | 30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
|
D | simple_device_cb.cpp | 19 ScopedAStatus SimpleDeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify()
|
D | empty_device_cb.h | 30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
|
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
D | ICameraDeviceCallback.aidl | 22 import android.hardware.camera.device.NotifyMsg; 69 void notify(in NotifyMsg[] msgs); in notify()
|
D | NotifyMsg.aidl | 28 union NotifyMsg {
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/ |
D | NotifyMsg.aidl | 36 union NotifyMsg {
|
D | ICameraDeviceCallback.aidl | 37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify()
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/ |
D | NotifyMsg.aidl | 36 union NotifyMsg {
|
D | ICameraDeviceCallback.aidl | 37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify()
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/ |
D | NotifyMsg.aidl | 36 union NotifyMsg {
|
D | ICameraDeviceCallback.aidl | 37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify()
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/ |
D | NotifyMsg.aidl | 36 union NotifyMsg {
|
D | ICameraDeviceCallback.aidl | 37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraOfflineSession.cpp | 217 const std::shared_ptr<HalRequest>& req, std::vector<NotifyMsg>* outMsgs, in processCaptureRequestError() 224 NotifyMsg shutter; in processCaptureRequestError() 225 shutter.set<NotifyMsg::Tag::shutter>(ShutterMsg{ in processCaptureRequestError() 230 NotifyMsg error; in processCaptureRequestError() 231 error.set<NotifyMsg::Tag::error>(ErrorMsg{.frameNumber = req->frameNumber, in processCaptureRequestError() 276 NotifyMsg msg; in notifyError() 277 msg.set<NotifyMsg::Tag::error>( in notifyError()
|
D | convert.h | 39 using ::aidl::android::hardware::camera::device::NotifyMsg;
|
D | ExternalCameraUtils.h | 39 using ::aidl::android::hardware::camera::device::NotifyMsg; 275 /*out*/ std::vector<NotifyMsg>* msgs,
|
/hardware/interfaces/camera/device/3.2/default/include/ |
D | convert.h | 57 void convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst);
|
/hardware/interfaces/camera/device/3.6/default/ |
D | ExternalCameraDeviceSession.cpp | 85 std::vector<NotifyMsg> msgs; in switchToOffline() 180 /*out*/std::vector<NotifyMsg>* msgs, in switchToOffline() 228 NotifyMsg shutter; in switchToOffline() 244 NotifyMsg error; in switchToOffline()
|
D | ExternalCameraOfflineSession.cpp | 428 /*out*/std::vector<NotifyMsg>* outMsgs, in processCaptureRequestError() 435 NotifyMsg shutter; in processCaptureRequestError() 440 NotifyMsg error; in processCaptureRequestError() 485 NotifyMsg msg; in notifyError()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 195 void notify(NotifyMsg& msg); 212 std::vector<NotifyMsg> mShutterMsgs; 278 void notifySingleMsg(NotifyMsg& msg);
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.h | 58 using aidl::android::hardware::camera::device::NotifyMsg; 100 NotifyMsg* aidl_message);
|
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
D | ExternalCameraOfflineSession.h | 50 using ::android::hardware::camera::device::V3_2::NotifyMsg; 124 /*out*/std::vector<NotifyMsg>* msgs = nullptr,
|