Home
last modified time | relevance | path

Searched refs:V1_0 (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/packages/modules/NeuralNetworks/common/include/
DLegacyHalUtils.h92 V1_0::PerformanceInfo perf);
98 V1_2::OperandType type, V1_0::PerformanceInfo perf);
100 V1_3::OperandType type, V1_0::PerformanceInfo perf);
105 V1_0::PerformanceInfo lookup(
108 V1_0::PerformanceInfo lookup(
164 void logModelToInfo(const V1_0::Model& model);
196 bool compliantWithV1_0(const V1_0::Capabilities& capabilities);
200 bool compliantWithV1_1(const V1_0::Capabilities& capabilities);
204 bool compliantWithV1_2(const V1_0::Capabilities& capabilities);
208 bool compliantWithV1_3(const V1_0::Capabilities& capabilities);
[all …]
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp43 constexpr V1_0::PerformanceInfo kNoPerformanceInfo = {
124 void logModelToInfo(const V1_0::Model& model) { in logModelToInfo()
238 V1_0::PerformanceInfo perf) { in nonExtensionOperandPerformance()
258 nonExtensionOperandPerformance<HalVersion::V1_2>(V1_0::PerformanceInfo perf);
260 nonExtensionOperandPerformance<HalVersion::V1_3>(V1_0::PerformanceInfo perf);
264 VersionedOperandType<version> type, V1_0::PerformanceInfo perf) { in update()
276 V1_2::OperandType type, V1_0::PerformanceInfo perf) { in update()
280 V1_3::OperandType type, V1_0::PerformanceInfo perf) { in update()
285 V1_0::PerformanceInfo lookup( in lookup()
302 V1_0::PerformanceInfo lookup( in lookup()
[all …]
DExecutionBurstServer.cpp70 std::tuple<V1_0::ErrorStatus, hardware::hidl_vec<V1_2::OutputShape>, V1_2::Timing> execute( in execute()
71 const V1_0::Request& request, const std::vector<int32_t>& slots, in execute()
79 V1_0::Request fullRequest = request; in execute()
83 V1_0::ErrorStatus returnedStatus = V1_0::ErrorStatus::GENERAL_FAILURE; in execute()
87 V1_0::ErrorStatus status, in execute()
98 if (!ret.isOk() || returnedStatus != V1_0::ErrorStatus::NONE) { in execute()
114 std::vector<FmqResultDatum> serialize(V1_0::ErrorStatus errorStatus, in serialize()
167 std::optional<std::tuple<V1_0::Request, std::vector<int32_t>, V1_2::MeasureTiming>> deserialize( in deserialize()
195 std::vector<V1_0::RequestArgument> inputs; in deserialize()
210 const V1_0::DataLocation location = operandInfo.location; in deserialize()
[all …]
DValidateHal.cpp40 struct ModelToHalVersion<V1_0::Model> {
41 static constexpr HalVersion version = HalVersion::V1_0;
78 bool validate(const V1_0::DataLocation& location) const { in validate()
346 const V1_0::DataLocation& location = operand.location; in validateOperands()
433 static HalVersion getHalVersion(const V1_0::Operation&) { in getHalVersion()
434 return HalVersion::V1_0; in getHalVersion()
719 template bool validateModel<V1_0::Model>(const V1_0::Model& model, ValidationMode mode);
750 const hardware::hidl_vec<V1_0::RequestArgument>& requestArguments, in validateRequestArguments()
763 const V1_0::RequestArgument& requestArgument = requestArguments[requestArgumentIndex]; in validateRequestArguments()
764 const V1_0::DataLocation& location = requestArgument.location; in validateRequestArguments()
[all …]
DExecutionBurstController.cpp58 void serviceDied(uint64_t /*cookie*/, const wp<hidl::base::V1_0::IBase>& /*who*/) override { in serviceDied()
70 std::vector<FmqRequestDatum> serialize(const V1_0::Request& request, V1_2::MeasureTiming measure, in serialize()
151 std::optional<std::tuple<V1_0::ErrorStatus, std::vector<V1_2::OutputShape>, V1_2::Timing>>
169 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()
237 V1_0::ErrorStatus legacyConvertResultCodeToErrorStatus(int resultCode) { in legacyConvertResultCodeToErrorStatus()
260 std::optional<std::tuple<V1_0::ErrorStatus, std::vector<V1_2::OutputShape>, V1_2::Timing>>
282 /*.errorStatus=*/V1_0::ErrorStatus::GENERAL_FAILURE, in invalidate()
372 bool RequestChannelSender::send(const V1_0::Request& request, V1_2::MeasureTiming measure, in send()
414 cb(V1_0::ErrorStatus::INVALID_ARGUMENT, {}); in getMemories()
419 cb(V1_0::ErrorStatus::NONE, std::move(memories)); in getMemories()
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp43 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
80 TestPreparedModelLatest(sp<V1_0::IPreparedModel> preparedModel, V1_3::ErrorStatus errorStatus) in TestPreparedModelLatest()
86 hardware::Return<V1_0::ErrorStatus> execute( in execute()
87 const V1_0::Request& request, const sp<V1_0::IExecutionCallback>& callback) override { in execute()
98 return V1_0::ErrorStatus::NONE; in execute()
101 hardware::Return<V1_0::ErrorStatus> execute_1_2( in execute_1_2()
102 const V1_0::Request& request, V1_2::MeasureTiming measure, in execute_1_2()
117 return V1_0::ErrorStatus::NONE; in execute_1_2()
142 hardware::Return<void> executeSynchronously(const V1_0::Request& request, in executeSynchronously()
192 cb(burst == nullptr ? V1_0::ErrorStatus::GENERAL_FAILURE : V1_0::ErrorStatus::NONE, in configureExecutionBurst()
[all …]
DTestIntrospectionControl.cpp46 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
128 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in DeviceSpecification()
429 hardware::Return<V1_0::ErrorStatus> execute( in execute()
430 const V1_0::Request&, const sp<V1_0::IExecutionCallback>& callback) override { in execute()
435 callback->notify(V1_0::ErrorStatus::NONE); in execute()
437 return V1_0::ErrorStatus::NONE; in execute()
440 callback->notify(V1_0::ErrorStatus::GENERAL_FAILURE); in execute()
441 return V1_0::ErrorStatus::GENERAL_FAILURE; in execute()
445 callback->notify(V1_0::ErrorStatus::GENERAL_FAILURE); in execute()
447 return V1_0::ErrorStatus::NONE; in execute()
[all …]
DPreparedModelCallback.h90 hardware::Return<void> notify(V1_0::ErrorStatus status,
91 const sp<V1_0::IPreparedModel>& preparedModel) override;
116 hardware::Return<void> notify_1_2(V1_0::ErrorStatus status,
186 sp<V1_0::IPreparedModel> getPreparedModel() const;
197 const sp<V1_0::IPreparedModel>& preparedModel);
204 sp<V1_0::IPreparedModel> mPreparedModel;
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DHidlCamera.cpp60 Return<hidlevs::V1_0::EvsResult> HidlCamera::setMaxFramesInFlight(uint32_t bufferCount) { in setMaxFramesInFlight()
66 return hidlevs::V1_0::EvsResult::OK; in setMaxFramesInFlight()
69 Return<hidlevs::V1_0::EvsResult> HidlCamera::startVideoStream( in startVideoStream()
70 const ::android::sp<hidlevs::V1_0::IEvsCameraStream>& stream) { in startVideoStream()
72 return hidlevs::V1_0::EvsResult::INVALID_ARG; in startVideoStream()
74 return hidlevs::V1_0::EvsResult::STREAM_ALREADY_RUNNING; in startVideoStream()
83 return hidlevs::V1_0::EvsResult::OK; in startVideoStream()
86 Return<void> HidlCamera::doneWithFrame(const hidlevs::V1_0::BufferDesc& buffer) { in doneWithFrame()
121 Return<hidlevs::V1_0::EvsResult> HidlCamera::setExtendedInfo(uint32_t opaqueIdentifier, in setExtendedInfo()
129 return hidlevs::V1_0::EvsResult::OK; in setExtendedInfo()
[all …]
DHidlDisplay.cpp52 hidlevs::V1_0::DisplayDesc hidlDesc = { in getDisplayInfo()
60 Return<hidlevs::V1_0::EvsResult> HidlDisplay::setDisplayState(hidlevs::V1_0::DisplayState state) { in setDisplayState()
64 return hidlevs::V1_0::EvsResult::OK; in setDisplayState()
67 Return<hidlevs::V1_0::DisplayState> HidlDisplay::getDisplayState() { in getDisplayState()
87 hidlevs::V1_0::BufferDesc hidlBuffer = Utils::makeToHidlV1_0(aidlBuffer, /* doDup = */ false); in getTargetBuffer()
93 Return<hidlevs::V1_0::EvsResult> HidlDisplay::returnTargetBufferForDisplay( in returnTargetBufferForDisplay()
94 const hidlevs::V1_0::BufferDesc& buffer) { in returnTargetBufferForDisplay()
105 return hidlevs::V1_0::EvsResult::OK; in returnTargetBufferForDisplay()
/packages/services/Car/cpp/evs/manager/aidl/utils/src/
DUtils.cpp44 using HIDLBufferUsage = ::android::hardware::graphics::common::V1_0::BufferUsage;
48 using HIDLPixelFormat = ::android::hardware::graphics::common::V1_0::PixelFormat;
53 DisplayState Utils::makeFromHidl(hidlevs::V1_0::DisplayState hidlState) { in makeFromHidl()
55 case hidlevs::V1_0::DisplayState::NOT_OPEN: in makeFromHidl()
57 case hidlevs::V1_0::DisplayState::NOT_VISIBLE: in makeFromHidl()
59 case hidlevs::V1_0::DisplayState::VISIBLE_ON_NEXT_FRAME: in makeFromHidl()
61 case hidlevs::V1_0::DisplayState::VISIBLE: in makeFromHidl()
63 case hidlevs::V1_0::DisplayState::DEAD: in makeFromHidl()
70 hidlevs::V1_0::DisplayState Utils::makeToHidl(DisplayState aidlState) { in makeToHidl()
73 return hidlevs::V1_0::DisplayState::NOT_OPEN; in makeToHidl()
[all …]
/packages/services/Car/cpp/evs/manager/aidl/wrappers/include/
DHidlCamera.h45 ::android::hardware::Return<hidlevs::V1_0::EvsResult> setMaxFramesInFlight(
47 ::android::hardware::Return<hidlevs::V1_0::EvsResult> startVideoStream(
48 const ::android::sp<::android::hardware::automotive::evs::V1_0::IEvsCameraStream>&
51 const hidlevs::V1_0::BufferDesc& buffer) override;
54 ::android::hardware::Return<hidlevs::V1_0::EvsResult> setExtendedInfo(
62 ::android::hardware::Return<hidlevs::V1_0::EvsResult> doneWithFrame_1_1(
64 ::android::hardware::Return<hidlevs::V1_0::EvsResult> pauseVideoStream() override { in pauseVideoStream()
65 return hidlevs::V1_0::EvsResult::UNDERLYING_SERVICE_ERROR; in pauseVideoStream()
67 ::android::hardware::Return<hidlevs::V1_0::EvsResult> resumeVideoStream() override { in resumeVideoStream()
68 return hidlevs::V1_0::EvsResult::UNDERLYING_SERVICE_ERROR; in resumeVideoStream()
[all …]
DAidlEnumerator.h58 explicit AidlEnumerator(const ::android::sp<hidlevs::V1_0::IEvsEnumerator>& svc);
70 ::android::wp<hidlevs::V1_0::IEvsDisplay> mHidlDisplay;
77 const ::android::sp<hidlevs::V1_0::IEvsCamera>& cameraObj) = 0;
79 const ::android::sp<hidlevs::V1_0::IEvsDisplay>& display) = 0;
82 virtual ::android::sp<hidlevs::V1_0::IEvsEnumerator> getHidlEnumerator() { in getHidlEnumerator()
88 virtual ::android::sp<hidlevs::V1_0::IEvsDisplay> openDisplay(int32_t displayId) = 0;
90 explicit IHidlEnumerator(const ::android::sp<hidlevs::V1_0::IEvsEnumerator>& svc) : in IHidlEnumerator()
95 ::android::sp<hidlevs::V1_0::IEvsEnumerator> mHidlEnumerator;
101 const ::android::sp<hidlevs::V1_0::IEvsCamera>& cameraObj) override;
103 const ::android::sp<hidlevs::V1_0::IEvsDisplay>& display) override;
[all …]
/packages/services/Car/cpp/evs/manager/1.1/
DVirtualCamera.h55 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setMaxFramesInFlight(
57 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> startVideoStream(
58 const ::android::sp<hardware::automotive::evs::V1_0::IEvsCameraStream>& stream)
61 const hardware::automotive::evs::V1_0::BufferDesc& buffer) override;
64 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setExtendedInfo(
71 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> doneWithFrame_1_1(
73 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> pauseVideoStream() override { in pauseVideoStream()
74 return hardware::automotive::evs::V1_0::EvsResult::UNDERLYING_SERVICE_ERROR; in pauseVideoStream()
76 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> resumeVideoStream() override { in resumeVideoStream()
77 return hardware::automotive::evs::V1_0::EvsResult::UNDERLYING_SERVICE_ERROR; in resumeVideoStream()
[all …]
DHalDisplay.h33 explicit HalDisplay(sp<::android::hardware::automotive::evs::V1_0::IEvsDisplay> display,
38 sp<::android::hardware::automotive::evs::V1_0::IEvsDisplay> getHwDisplay();
42 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::EvsResult>
43 setDisplayState(::android::hardware::automotive::evs::V1_0::DisplayState state) override;
44 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::DisplayState>
47 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::EvsResult>
49 const ::android::hardware::automotive::evs::V1_0::BufferDesc& buffer) override;
58 sp<::android::hardware::automotive::evs::V1_0::IEvsDisplay>
DHalCamera.h63 sp<hardware::automotive::evs::V1_0::IEvsCamera> getHwCamera() { return mHwCamera; } in getHwCamera()
73 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> clientStreamStarting();
75 hardware::Return<void> doneWithFrame(const hardware::automotive::evs::V1_0::BufferDesc& buffer);
77 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setMaster(
79 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> forceMaster(
81 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> unsetMaster(
83 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setParameter(
86 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> getParameter(
104 const hardware::automotive::evs::V1_0::BufferDesc& buffer) override;
DEnumeratorProxy.cpp30 using CameraDesc_1_0 = ::android::hardware::automotive::evs::V1_0::CameraDesc;
45 hardware::Return<sp<hardware::automotive::evs::V1_0::IEvsCamera>> EnumeratorProxy::openCamera( in openCamera()
47 return sp<hardware::automotive::evs::V1_0::IEvsCamera>( in openCamera()
52 const sp<hardware::automotive::evs::V1_0::IEvsCamera>& camera) { in closeCamera()
57 hardware::Return<sp<hardware::automotive::evs::V1_0::IEvsDisplay>> EnumeratorProxy::openDisplay() { in openDisplay()
58 return sp<hardware::automotive::evs::V1_0::IEvsDisplay>( in openDisplay()
63 const sp<hardware::automotive::evs::V1_0::IEvsDisplay>& display) { in closeDisplay()
69 hardware::Return<hardware::automotive::evs::V1_0::DisplayState> EnumeratorProxy::getDisplayState() { in getDisplayState()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp80 hardware::Return<V1_0::ErrorStatus> prepareModel_1_1( in prepareModel_1_1()
82 const sp<V1_0::IPreparedModelCallback>& actualCallback) override { in prepareModel_1_1()
85 hardware::Return<V1_0::DeviceStatus> getStatus() override { return mDriverV1_2->getStatus(); } in getStatus()
89 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations()
93 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel()
94 const V1_0::Model& model, in prepareModel()
95 const sp<V1_0::IPreparedModelCallback>& actualCallback) override { in prepareModel()
104 class TestDriverV1_0 : public V1_0::IDevice {
112 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations()
116 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java19 import android.hardware.wifi.V1_0.NanClusterEventInd;
20 import android.hardware.wifi.V1_0.NanClusterEventType;
21 import android.hardware.wifi.V1_0.NanDataPathConfirmInd;
22 import android.hardware.wifi.V1_0.NanDataPathRequestInd;
23 import android.hardware.wifi.V1_0.NanFollowupReceivedInd;
24 import android.hardware.wifi.V1_0.NanMatchInd;
25 import android.hardware.wifi.V1_0.NanStatusType;
26 import android.hardware.wifi.V1_0.WifiNanStatus;
176 android.hardware.wifi.V1_0.NanCapabilities capabilities) { in notifyCapabilitiesResponse()
210 Capabilities frameworkCapabilities = toFrameworkCapability10(capabilities.V1_0); in notifyCapabilitiesResponse_1_5()
[all …]
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.h77 hardware::Return<void> getSupportedOperations(const V1_0::Model& model,
84 hardware::Return<V1_0::ErrorStatus> prepareModel(
85 const V1_0::Model& model, const sp<V1_0::IPreparedModelCallback>& callback) override;
86 hardware::Return<V1_0::ErrorStatus> prepareModel_1_1(
88 const sp<V1_0::IPreparedModelCallback>& callback) override;
89 hardware::Return<V1_0::ErrorStatus> prepareModel_1_2(
100 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache(
109 hardware::Return<V1_0::DeviceStatus> getStatus() override;
140 hardware::Return<V1_0::ErrorStatus> execute(
141 const V1_0::Request& request, const sp<V1_0::IExecutionCallback>& callback) override;
[all …]
DSampleDriver.cpp94 cb(V1_0::ErrorStatus::NONE, "JUST_AN_EXAMPLE"); in getVersionString()
100 cb(V1_0::ErrorStatus::NONE, V1_2::DeviceType::CPU); in getType()
107 cb(V1_0::ErrorStatus::NONE, {/* No extensions. */}); in getSupportedExtensions()
111 hardware::Return<void> SampleDriver::getSupportedOperations(const V1_0::Model& model, in getSupportedOperations()
117 cb(V1_0::ErrorStatus::INVALID_ARGUMENT, {}); in getSupportedOperations()
133 cb(V1_0::ErrorStatus::INVALID_ARGUMENT, {}); in getSupportedOperations_1_1()
149 cb(V1_0::ErrorStatus::INVALID_ARGUMENT, {}); in getSupportedOperations_1_2()
164 cb(V1_0::ErrorStatus::NONE, /*numModelCache=*/0, /*numDataCache=*/0); in getNumberOfCacheFilesNeeded()
168 hardware::Return<V1_0::ErrorStatus> SampleDriver::prepareModel( in prepareModel()
169 const V1_0::Model& model, const sp<V1_0::IPreparedModelCallback>& callback) { in prepareModel()
[all …]
/packages/services/Car/cpp/evs/manager/aidl/utils/include/
DUtils.h44 static aidlevs::DisplayState makeFromHidl(hidlevs::V1_0::DisplayState hidlState);
46 static hidlevs::V1_0::DisplayState makeToHidl(aidlevs::DisplayState aidlState);
49 const hidlevs::V1_0::BufferDesc& hidlBuffer, bool doDup);
54 static aidlevs::BufferDesc makeFromHidl(const hidlevs::V1_0::BufferDesc& hidlBuffer,
60 static hidlevs::V1_0::BufferDesc makeToHidlV1_0(const aidlevs::BufferDesc& hidlBuffer,
69 static aidlevs::EvsResult makeFromHidl(hidlevs::V1_0::EvsResult result);
71 static hidlevs::V1_0::EvsResult makeToHidl(aidlevs::EvsResult result);
78 static ::ndk::ScopedAStatus buildScopedAStatusFromEvsResult(hidlevs::V1_0::EvsResult result);
81 ::android::hardware::Return<hidlevs::V1_0::EvsResult>& result);
83 static aidlevs::CameraDesc makeFromHidl(const hidlevs::V1_0::CameraDesc& desc);
[all …]
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DMockHWDisplay.h30 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::EvsResult>
31 setDisplayState(::android::hardware::automotive::evs::V1_0::DisplayState state) override { in setDisplayState()
32 return ::android::hardware::automotive::evs::V1_0::EvsResult::OK; in setDisplayState()
34 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::DisplayState>
36 return ::android::hardware::automotive::evs::V1_0::DisplayState::VISIBLE; in getDisplayState()
41 ::android::hardware::Return<::android::hardware::automotive::evs::V1_0::EvsResult>
43 const ::android::hardware::automotive::evs::V1_0::BufferDesc& buffer) override { in returnTargetBufferForDisplay()
44 return ::android::hardware::automotive::evs::V1_0::EvsResult::OK; in returnTargetBufferForDisplay()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalHidlImpTest.java28 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;
35 import android.hidl.manager.V1_0.IServiceManager;
36 import android.hidl.manager.V1_0.IServiceNotification;
581 assertEquals(IFACE_NAME, mIfaceParamsCaptorV11.getValue().V1_0.ifaceName); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
582 assertTrue(mIfaceParamsCaptorV11.getValue().V1_0.hwModeParams.enable80211N); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
583 assertFalse(mIfaceParamsCaptorV11.getValue().V1_0.hwModeParams.enable80211AC); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
585 mIfaceParamsCaptorV11.getValue().V1_0.channelParams.band); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
586 assertTrue(mIfaceParamsCaptorV11.getValue().V1_0.channelParams.enableAcs); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
[all …]
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsGlDisplay.h26 using ::android::hardware::automotive::evs::V1_0::EvsResult;
27 using ::android::hardware::automotive::evs::V1_0::DisplayDesc;
28 using ::android::hardware::automotive::evs::V1_0::DisplayState;
30 using EvsResult = ::android::hardware::automotive::evs::V1_0::EvsResult;
31 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc;
32 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState;
33 using android::frameworks::automotive::display::V1_0::IAutomotiveDisplayProxyService;

12345678910>>...15