Home
last modified time | relevance | path

Searched refs:UNKNOWN_TRANSACTION (Results 1 – 9 of 9) sorted by relevance

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h80 return UNKNOWN_TRANSACTION; in TurnOnTorchWithStrengthLevel()
85 return UNKNOWN_TRANSACTION; in GetTorchStrengthLevel()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp202 return UNKNOWN_TRANSACTION; in TurnOnTorchWithStrengthLevel()
208 return UNKNOWN_TRANSACTION; in TurnOnTorchWithStrengthLevel()
222 return UNKNOWN_TRANSACTION; in GetTorchStrengthLevel()
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp99 status.transactionError() == android::UNKNOWN_TRANSACTION) { in TEST_P()
109 status.transactionError() == android::UNKNOWN_TRANSACTION) { in TEST_P()
229 status.transactionError() == android::UNKNOWN_TRANSACTION) { in TEST_P()
445 status.transactionError() == android::UNKNOWN_TRANSACTION) { in TEST_P()
461 status.transactionError() == android::UNKNOWN_TRANSACTION) { in TEST_P()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioSystemLegacy.h52 UNKNOWN_TRANSACTION = android::UNKNOWN_TRANSACTION, enumerator
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorManagerTargetTest.cpp76 status.transactionError() == android::UNKNOWN_TRANSACTION; in isUnknownOrUnsupported()
DVtsHalVibratorTargetTest.cpp128 status.transactionError() == android::UNKNOWN_TRANSACTION; in isUnknownOrUnsupported()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc55 case UNKNOWN_TRANSACTION: in ConvertToAidlReturn()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp67 return UNKNOWN_TRANSACTION; in getStatusT()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp342 case ::android::UNKNOWN_TRANSACTION: in mapToStatus()