/aosp12/hardware/ril/librilutils/proto/ |
H A D | sap-api.proto | 23 required MsgType type = 2; 29 enum MsgType { enum 40 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_CONNECT, Error: RIL_E_UNUSED, 42 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_CONNECT, Error:Valid errors, 48 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_DISCONNECT, Error: RIL_E_UNUSED, 50 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error:Valid errors, 58 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_APDU, Error: RIL_E_UNUSED, 60 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_APDU, Error:Valid errors, 74 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_POWER, Error: RIL_E_UNUSED, 76 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_POWER, Error:Valid errors, [all …]
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/ |
H A D | VehicleHalProto.proto | 23 enum MsgType { enum 101 required MsgType msg_type = 1;
|
/aosp12/hardware/interfaces/camera/device/3.6/default/ |
H A D | ExternalCameraOfflineSession.cpp | 427 shutter.type = MsgType::SHUTTER; in processCaptureRequestError() 432 error.type = MsgType::ERROR; in processCaptureRequestError() 477 msg.type = MsgType::ERROR; in notifyError()
|
H A D | ExternalCameraDeviceSession.cpp | 229 shutter.type = MsgType::SHUTTER; in switchToOffline() 245 error.type = MsgType::ERROR; in switchToOffline()
|
/aosp12/hardware/interfaces/camera/device/3.2/default/ |
H A D | convert.cpp | 112 dst->type = (MsgType) src->type; in convertToHidl()
|
H A D | CameraDeviceSession.cpp | 660 if (CC_LIKELY(msg.type == MsgType::SHUTTER)) { in notify() 674 if (CC_UNLIKELY(msg.type == MsgType::ERROR)) { in notify() 1591 if (hidlMsg.type == (MsgType) CAMERA3_MSG_ERROR && in sNotify()
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A D | types.hal | 544 * MsgType: 550 enum MsgType : uint32_t { 566 * Defined error codes for MsgType::ERROR 608 * Message contents for MsgType::ERROR 633 * Message contents for MsgType::SHUTTER 659 MsgType type; 663 * Error message contents. Valid if type is MsgType::ERROR 668 * Shutter message contents. Valid if type is MsgType::SHUTTER
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_utils.cc | 33 using ::android::hardware::camera::device::V3_2::MsgType; 516 hidl_message->type = MsgType::ERROR; in ConverToHidlNotifyMessage() 526 hidl_message->type = MsgType::SHUTTER; in ConverToHidlNotifyMessage()
|
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
H A D | ExternalCameraOfflineSession.h | 49 using ::android::hardware::camera::device::V3_2::MsgType;
|
/aosp12/hardware/ril/libril/ |
H A D | sap_service.cpp | 535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() 766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse()
|
/aosp12/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
H A D | ExternalCameraDeviceSession.h | 40 using ::android::hardware::camera::device::V3_2::MsgType;
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputUtils.cpp | 1197 using android::hardware::camera::device::V3_2::MsgType; in notify() 1203 case MsgType::ERROR: in notify() 1233 case MsgType::SHUTTER: in notify()
|
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
H A D | ExternalCameraDeviceSession.h | 54 using ::android::hardware::camera::device::V3_2::MsgType;
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraDeviceSession.cpp | 748 msg.type = MsgType::SHUTTER; in notifyShutter() 757 msg.type = MsgType::ERROR; in notifyError() 780 shutter.type = MsgType::SHUTTER; in processCaptureRequestError() 785 error.type = MsgType::ERROR; in processCaptureRequestError()
|
H A D | CameraDeviceSession.cpp | 578 if (hidlMsg.type == (V3_2::MsgType) CAMERA3_MSG_ERROR && in sNotify_3_4()
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | VehicleHalProto_pb2.py | 85 MsgType = enum_type_wrapper.EnumTypeWrapper(_MSGTYPE) variable
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 117 using ::android::hardware::camera::device::V3_2::MsgType; 1470 case MsgType::ERROR: in notify() 1517 case MsgType::SHUTTER: in notify()
|