Home
last modified time | relevance | path

Searched refs:NotifyMsg (Results 1 – 25 of 42) sorted by relevance

12

/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp37 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 …]
Ddevice_cb.h33 using ::aidl::android::hardware::camera::device::NotifyMsg;
47 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
62 ScopedAStatus notifyHelper(const std::vector<NotifyMsg>& msgs,
Dempty_device_cb.cpp20 ScopedAStatus EmptyDeviceCb::notify(const std::vector<NotifyMsg>&) { in notify() argument
Dsimple_device_cb.h30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
Dsimple_device_cb.cpp19 ScopedAStatus SimpleDeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify()
Dempty_device_cb.h30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DICameraDeviceCallback.aidl22 import android.hardware.camera.device.NotifyMsg;
69 void notify(in NotifyMsg[] msgs); in notify()
DNotifyMsg.aidl28 union NotifyMsg {
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DNotifyMsg.aidl36 union NotifyMsg {
DICameraDeviceCallback.aidl37 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/
DNotifyMsg.aidl36 union NotifyMsg {
DICameraDeviceCallback.aidl37 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/
DNotifyMsg.aidl36 union NotifyMsg {
DICameraDeviceCallback.aidl37 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/
DNotifyMsg.aidl36 union NotifyMsg {
DICameraDeviceCallback.aidl37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify()
/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp217 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()
Dconvert.h39 using ::aidl::android::hardware::camera::device::NotifyMsg;
DExternalCameraUtils.h39 using ::aidl::android::hardware::camera::device::NotifyMsg;
275 /*out*/ std::vector<NotifyMsg>* msgs,
/hardware/interfaces/camera/device/3.2/default/include/
Dconvert.h57 void convertToHidl(const camera3_notify_msg* src, NotifyMsg* dst);
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraDeviceSession.cpp85 std::vector<NotifyMsg> msgs; in switchToOffline()
180 /*out*/std::vector<NotifyMsg>* msgs, in switchToOffline()
228 NotifyMsg shutter; in switchToOffline()
244 NotifyMsg error; in switchToOffline()
DExternalCameraOfflineSession.cpp428 /*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/
DCameraDeviceSession.h195 void notify(NotifyMsg& msg);
212 std::vector<NotifyMsg> mShutterMsgs;
278 void notifySingleMsg(NotifyMsg& msg);
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.h58 using aidl::android::hardware::camera::device::NotifyMsg;
100 NotifyMsg* aidl_message);
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraOfflineSession.h50 using ::android::hardware::camera::device::V3_2::NotifyMsg;
124 /*out*/std::vector<NotifyMsg>* msgs = nullptr,

12