/packages/modules/NeuralNetworks/driver/sample/ |
D | SampleDriver.h | 36 using hardware::MQDescriptorSync; 47 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory& dst) override; 48 hardware::Return<V1_3::ErrorStatus> copyFrom( 49 const hardware::hidl_memory& src, 50 const hardware::hidl_vec<uint32_t>& dimensions) override; 71 hardware::Return<void> getCapabilities(getCapabilities_cb cb) override; 72 hardware::Return<void> getCapabilities_1_1(getCapabilities_1_1_cb cb) override; 73 hardware::Return<void> getCapabilities_1_2(getCapabilities_1_2_cb cb) override; 74 hardware::Return<void> getVersionString(getVersionString_cb cb) override; 75 hardware::Return<void> getType(getType_cb cb) override; [all …]
|
D | SampleDriver.cpp | 61 hardware::Return<void> SampleDriver::getCapabilities(getCapabilities_cb cb) { in getCapabilities() 71 hardware::Return<void> SampleDriver::getCapabilities_1_1(getCapabilities_1_1_cb cb) { in getCapabilities_1_1() 81 hardware::Return<void> SampleDriver::getCapabilities_1_2(getCapabilities_1_2_cb cb) { in getCapabilities_1_2() 91 hardware::Return<void> SampleDriver::getVersionString(getVersionString_cb cb) { in getVersionString() 95 return hardware::Void(); in getVersionString() 98 hardware::Return<void> SampleDriver::getType(getType_cb cb) { in getType() 101 return hardware::Void(); in getType() 104 hardware::Return<void> SampleDriver::getSupportedExtensions(getSupportedExtensions_cb cb) { in getSupportedExtensions() 108 return hardware::Void(); in getSupportedExtensions() 111 hardware::Return<void> SampleDriver::getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() [all …]
|
D | Android.bp | 36 "android.hardware.neuralnetworks-V1-ndk_platform", 37 "android.hardware.neuralnetworks@1.0", 38 "android.hardware.neuralnetworks@1.1", 39 "android.hardware.neuralnetworks@1.2", 40 "android.hardware.neuralnetworks@1.3", 68 name: "android.hardware.neuralnetworks@1.3-service-sample-all", 71 init_rc: ["config/android.hardware.neuralnetworks@1.3-service-sample-all.rc"], 72 vintf_fragments: ["config/android.hardware.neuralnetworks@1.3-service-sample-all.xml"], 76 name: "android.hardware.neuralnetworks@1.3-service-sample-float-fast", 79 init_rc: ["config/android.hardware.neuralnetworks@1.3-service-sample-float-fast.rc"], [all …]
|
D | SampleDriverFloatXNNPACK.cpp | 73 const hardware::hidl_vec<V1_0::RequestArgument>& arguments, in updateForArguments() 110 const hardware::hidl_vec<uint8_t>* mModelOperandValues) { in initializeRunTimeInfo() 156 static Subgraph* Create(const hardware::hidl_vec<V1_3::Operation>& operations, in Create() 563 const hardware::hidl_vec<uint32_t>& ins = operation.inputs; in VisitAbsNode() 564 const hardware::hidl_vec<uint32_t>& outs = operation.outputs; in VisitAbsNode() 583 const hardware::hidl_vec<uint32_t>& ins = operation.inputs; in VisitAddNode() 584 const hardware::hidl_vec<uint32_t>& outs = operation.outputs; in VisitAddNode() 614 const hardware::hidl_vec<uint32_t>& ins = operation.inputs; in VisitAveragePool2DNode() 615 const hardware::hidl_vec<uint32_t>& outs = operation.outputs; in VisitAveragePool2DNode() 697 const hardware::hidl_vec<uint32_t>& ins = operation.inputs; in VisitConv2DNode() [all …]
|
/packages/modules/NeuralNetworks/common/include/ |
D | ExecutionBurstController.h | 58 std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum> serialize( 59 const hardware::neuralnetworks::V1_0::Request& request, 60 hardware::neuralnetworks::V1_2::MeasureTiming measure, const std::vector<int32_t>& slots); 71 std::optional<std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus, 72 std::vector<hardware::neuralnetworks::V1_2::OutputShape>, 73 hardware::neuralnetworks::V1_2::Timing>> 74 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum>& data); 82 hardware::neuralnetworks::V1_0::ErrorStatus legacyConvertResultCodeToErrorStatus(int resultCode); 95 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>; 96 using FmqResultChannel = hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqResultDatum, [all …]
|
D | ExecutionBurstServer.h | 40 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqRequestDatum>; 42 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>; 54 std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum> serialize( 55 hardware::neuralnetworks::V1_0::ErrorStatus errorStatus, 56 const std::vector<hardware::neuralnetworks::V1_2::OutputShape>& outputShapes, 57 hardware::neuralnetworks::V1_2::Timing timing); 69 std::optional<std::tuple<hardware::neuralnetworks::V1_0::Request, std::vector<int32_t>, 70 hardware::neuralnetworks::V1_2::MeasureTiming>> 71 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum>& data); 84 hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqRequestDatum, [all …]
|
D | LegacyHalUtils.h | 91 hardware::hidl_vec<VersionedOperandPerformance<version>> nonExtensionOperandPerformance( 97 void update(hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>* operandPerformance, 99 void update(hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>* operandPerformance, 106 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, 109 const hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, 185 V1_3::ErrorStatus status, const hardware::hidl_vec<V1_2::OutputShape>& outputShapes, 192 const hardware::hidl_vec<hardware::hidl_memory>& pools); 289 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_0::Operand>& operands); 290 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_2::Operand>& operands); 291 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_3::Operand>& operands); [all …]
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestExecution.cpp | 43 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0; 44 namespace V1_1 = ::android::hardware::neuralnetworks::V1_1; 45 namespace V1_2 = ::android::hardware::neuralnetworks::V1_2; 46 namespace V1_3 = ::android::hardware::neuralnetworks::V1_3; 66 using MQDescriptorSync = hardware::MQDescriptorSync<T>; 86 hardware::Return<V1_0::ErrorStatus> execute( in execute() 101 hardware::Return<V1_0::ErrorStatus> execute_1_2( in execute_1_2() 120 hardware::Return<V1_3::ErrorStatus> execute_1_3( in execute_1_3() 142 hardware::Return<void> executeSynchronously(const V1_0::Request& request, in executeSynchronously() 152 return hardware::Void(); in executeSynchronously() [all …]
|
D | TestCompilationCaching.cpp | 35 namespace hardware = android::hardware; 40 using MQDescriptorSync = ::android::hardware::MQDescriptorSync<T>; 43 namespace android::hardware::neuralnetworks::V1_0 { namespace 103 hardware::Return<V1_0::ErrorStatus> execute(const V1_0::Request&, in execute() 107 hardware::Return<V1_0::ErrorStatus> execute_1_2( in execute_1_2() 112 hardware::Return<V1_3::ErrorStatus> execute_1_3( in execute_1_3() 118 hardware::Return<void> executeSynchronously(const V1_0::Request&, V1_2::MeasureTiming, in executeSynchronously() 121 return hardware::Void(); in executeSynchronously() 123 hardware::Return<void> executeSynchronously_1_3(const V1_3::Request&, V1_2::MeasureTiming, in executeSynchronously_1_3() 128 return hardware::Void(); in executeSynchronously_1_3() [all …]
|
D | TestIntrospectionControl.cpp | 45 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0; 46 namespace V1_1 = ::android::hardware::neuralnetworks::V1_1; 47 namespace V1_2 = ::android::hardware::neuralnetworks::V1_2; 48 namespace V1_3 = ::android::hardware::neuralnetworks::V1_3; 67 using MQDescriptorSync = hardware::MQDescriptorSync<T>; 82 hardware::Return<void> getCapabilities_1_3(getCapabilities_1_3_cb cb) override { in getCapabilities_1_3() 84 return hardware::Void(); in getCapabilities_1_3() 87 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() 91 return hardware::Void(); in getSupportedOperations_1_3() 100 return hardware::Void(); in getSupportedOperations_1_3() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HostapdHal.java | 20 import android.hardware.wifi.hostapd.V1_0.HostapdStatus; 21 import android.hardware.wifi.hostapd.V1_0.HostapdStatusCode; 22 import android.hardware.wifi.hostapd.V1_0.IHostapd; 23 import android.hardware.wifi.hostapd.V1_2.DebugLevel; 24 import android.hardware.wifi.hostapd.V1_2.Ieee80211ReasonCode; 25 import android.hardware.wifi.hostapd.V1_3.Bandwidth; 26 import android.hardware.wifi.hostapd.V1_3.Generation; 154 android.hardware.wifi.hostapd.V1_1.IHostapd.kInterfaceName); in isV1_1() 164 android.hardware.wifi.hostapd.V1_2.IHostapd.kInterfaceName); in isV1_2() 174 android.hardware.wifi.hostapd.V1_3.IHostapd.kInterfaceName); in isV1_3() [all …]
|
D | WifiVendorHal.java | 24 import android.hardware.wifi.V1_0.IWifiApIface; 25 import android.hardware.wifi.V1_0.IWifiChip; 26 import android.hardware.wifi.V1_0.IWifiChipEventCallback; 27 import android.hardware.wifi.V1_0.IWifiIface; 28 import android.hardware.wifi.V1_0.IWifiStaIface; 29 import android.hardware.wifi.V1_0.IWifiStaIfaceEventCallback; 30 import android.hardware.wifi.V1_0.IfaceType; 31 import android.hardware.wifi.V1_0.StaBackgroundScanBucketEventReportSchemeMask; 32 import android.hardware.wifi.V1_0.StaBackgroundScanBucketParameters; 33 import android.hardware.wifi.V1_0.StaBackgroundScanParameters; [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HostapdHalTest.java | 28 import android.hardware.wifi.hostapd.V1_0.HostapdStatus; 29 import android.hardware.wifi.hostapd.V1_0.HostapdStatusCode; 30 import android.hardware.wifi.hostapd.V1_0.IHostapd; 31 import android.hardware.wifi.hostapd.V1_1.IHostapdCallback; 32 import android.hardware.wifi.hostapd.V1_2.DebugLevel; 33 import android.hardware.wifi.hostapd.V1_3.Bandwidth; 34 import android.hardware.wifi.hostapd.V1_3.Generation; 82 private android.hardware.wifi.hostapd.V1_1.IHostapd mIHostapdMockV11; 83 private android.hardware.wifi.hostapd.V1_2.IHostapd mIHostapdMockV12; 84 private android.hardware.wifi.hostapd.V1_3.IHostapd mIHostapdMockV13; [all …]
|
D | SupplicantStaIfaceHalTest.java | 58 import android.hardware.wifi.V1_0.WifiChannelWidthInMhz; 59 import android.hardware.wifi.supplicant.V1_0.ISupplicant; 60 import android.hardware.wifi.supplicant.V1_0.ISupplicantIface; 61 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIface; 62 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback; 63 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback.BssidChangeReason; 64 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaNetwork; 65 import android.hardware.wifi.supplicant.V1_0.IfaceType; 66 import android.hardware.wifi.supplicant.V1_0.SupplicantStatus; 67 import android.hardware.wifi.supplicant.V1_0.SupplicantStatusCode; [all …]
|
D | WifiVendorHalTest.java | 53 import android.hardware.wifi.V1_0.IWifiApIface; 54 import android.hardware.wifi.V1_0.IWifiChip; 55 import android.hardware.wifi.V1_0.IWifiChipEventCallback; 56 import android.hardware.wifi.V1_0.IWifiIface; 57 import android.hardware.wifi.V1_0.IWifiStaIface; 58 import android.hardware.wifi.V1_0.IWifiStaIfaceEventCallback; 59 import android.hardware.wifi.V1_0.IfaceType; 60 import android.hardware.wifi.V1_0.StaApfPacketFilterCapabilities; 61 import android.hardware.wifi.V1_0.StaBackgroundScanCapabilities; 62 import android.hardware.wifi.V1_0.StaBackgroundScanParameters; [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | OccupantAwarenessUtils.java | 28 import android.hardware.automotive.occupant_awareness.IOccupantAwareness; 29 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus; 94 @android.hardware.automotive.occupant_awareness.ConfidenceLevel int inputConfidence) { in convertToConfidenceScore() 96 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX: in convertToConfidenceScore() 99 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.HIGH: in convertToConfidenceScore() 102 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW: in convertToConfidenceScore() 105 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.NONE: in convertToConfidenceScore() 132 if (inputRole == android.hardware.automotive.occupant_awareness.Role.INVALID in convertToRole() 133 || inputRole == android.hardware.automotive.occupant_awareness.Role.UNKNOWN) { in convertToRole() 135 } else if (inputRole == android.hardware.automotive.occupant_awareness.Role.ALL_OCCUPANTS) { in convertToRole() [all …]
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | Android.bp | 36 "android.hardware.neuralnetworks-V1-ndk_platform", 37 "android.hardware.neuralnetworks@1.0", 38 "android.hardware.neuralnetworks@1.1", 39 "android.hardware.neuralnetworks@1.2", 40 "android.hardware.neuralnetworks@1.3", 72 name: "android.hardware.neuralnetworks-service-sample-all", 75 init_rc: ["config/android.hardware.neuralnetworks-service-sample-all.rc"], 76 vintf_fragments: ["config/android.hardware.neuralnetworks-service-sample-all.xml"], 80 name: "android.hardware.neuralnetworks-service-sample-float-fast", 83 init_rc: ["config/android.hardware.neuralnetworks-service-sample-float-fast.rc"], [all …]
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 225 V1_3::ErrorStatus status, const hardware::hidl_vec<V1_2::OutputShape>& outputShapes, in getExecutionResult() 236 hardware::hidl_vec<VersionedOperandPerformance<version>> nonExtensionOperandPerformance( in nonExtensionOperandPerformance() 241 static constexpr hardware::hidl_enum_range<VersionedOperandType<version>> kOperandTypeRange; in nonExtensionOperandPerformance() 256 template hardware::hidl_vec<V1_2::Capabilities::OperandPerformance> 258 template hardware::hidl_vec<V1_3::Capabilities::OperandPerformance> 262 void update(hardware::hidl_vec<VersionedOperandPerformance<version>>* operandPerformance, in update() 274 void update(hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>* operandPerformance, in update() 278 void update(hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>* operandPerformance, in update() 285 const hardware::hidl_vec<VersionedOperandPerformance<version>>& operandPerformance, in lookup() 302 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | PowerComponentHandlerUnitTest.java | 19 import static android.car.hardware.power.PowerComponent.AUDIO; 20 import static android.car.hardware.power.PowerComponent.BLUETOOTH; 21 import static android.car.hardware.power.PowerComponent.CELLULAR; 22 import static android.car.hardware.power.PowerComponent.CPU; 23 import static android.car.hardware.power.PowerComponent.DISPLAY; 24 import static android.car.hardware.power.PowerComponent.ETHERNET; 25 import static android.car.hardware.power.PowerComponent.INPUT; 26 import static android.car.hardware.power.PowerComponent.LOCATION; 27 import static android.car.hardware.power.PowerComponent.MEDIA; 28 import static android.car.hardware.power.PowerComponent.MICROPHONE; [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | VirtualCamera.h | 34 using namespace ::android::hardware::automotive::evs::V1_1; 35 using ::android::hardware::Return; 36 using ::android::hardware::Void; 37 using ::android::hardware::hidl_handle; 38 using ::android::hardware::hidl_string; 39 using ::android::hardware::hidl_vec; 40 using ::android::hardware::automotive::evs::V1_0::EvsResult; 41 using ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 42 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 43 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; [all …]
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | FuelTypeTest.java | 31 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_UNKNOWN); in testMatchWithVehicleHal() 34 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_UNLEADED); in testMatchWithVehicleHal() 37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LEADED); in testMatchWithVehicleHal() 40 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_DIESEL_1); in testMatchWithVehicleHal() 43 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_DIESEL_2); in testMatchWithVehicleHal() 46 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_BIODIESEL); in testMatchWithVehicleHal() 49 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_E85); in testMatchWithVehicleHal() 52 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LPG); in testMatchWithVehicleHal() 55 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_CNG); in testMatchWithVehicleHal() 58 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LNG); in testMatchWithVehicleHal() [all …]
|
D | VehicleGearTest.java | 31 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_UNKNOWN); in testMatchWithVehicleHal() 34 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_NEUTRAL); in testMatchWithVehicleHal() 37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_REVERSE); in testMatchWithVehicleHal() 40 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_PARK); in testMatchWithVehicleHal() 43 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_DRIVE); in testMatchWithVehicleHal() 46 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_1); in testMatchWithVehicleHal() 49 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_2); in testMatchWithVehicleHal() 52 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_3); in testMatchWithVehicleHal() 55 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_4); in testMatchWithVehicleHal() 58 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_5); in testMatchWithVehicleHal() [all …]
|
/packages/services/Car/service/jni/evs/ |
D | StreamHandler.h | 39 class StreamHandler : public android::hardware::automotive::evs::V1_1::IEvsCameraStream { 41 StreamHandler(android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera>& pCamera, 49 void doneWithFrame(const android::hardware::automotive::evs::V1_1::BufferDesc& buffer); 53 android::hardware::Return<void> deliverFrame( 54 const android::hardware::automotive::evs::V1_0::BufferDesc& buffer) override; 57 android::hardware::Return<void> deliverFrame_1_1( 58 const android::hardware::hidl_vec<android::hardware::automotive::evs::V1_1::BufferDesc>& 60 android::hardware::Return<void> notify( 61 const android::hardware::automotive::evs::V1_1::EvsEventDesc& event) override; 64 android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera> mEvsCamera; [all …]
|
/packages/services/Car/car-lib/api/ |
D | lint-baseline.txt | 4 CallbackInterface: android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback: 8 ConcreteCollection: android.car.hardware.property.CarPropertyManager#getPropertyList(android.util.A… 26 ExecutorRegistration: android.car.hardware.CarSensorManager#registerListener(android.car.hardware.C… 28 ExecutorRegistration: android.car.hardware.property.CarPropertyManager#registerCallback(android.car… 44 HiddenSuperclass: android.car.hardware.CarSensorManager: 45 …Public class android.car.hardware.CarSensorManager stripped of unavailable superclass android.car.… 46 HiddenSuperclass: android.car.hardware.property.CarPropertyManager: 47 …Public class android.car.hardware.property.CarPropertyManager stripped of unavailable superclass a… 142 MissingNullability: android.car.hardware.CarPropertyConfig#CREATOR: 143 Missing nullability on field `CREATOR` in class `class android.car.hardware.CarPropertyConfig` [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.h | 32 using ::android::hardware::hidl_string; 33 using ::android::hardware::camera::device::V3_2::Stream; 34 using ::android::hardware::automotive::evs::V1_0::EvsResult; 35 using ::android::hardware::automotive::evs::V1_1::CameraDesc; 37 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 38 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 39 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 40 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 41 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 42 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream; [all …]
|