Searched refs:HIDL (Results 1 – 18 of 18) sorted by relevance
/frameworks/hardware/interfaces/automotive/display/1.0/ |
D | types.hal | 19 * HIDL counterpart of DisplayConfig 24 * HIDL counterpart of DisplayState
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | IPCTransport.h | 21 HIDL = 0, enumerator
|
/frameworks/base/ |
D | framework-jarjar-rules.txt | 2 # on the HIDL libraries.
|
D | StubLibraries.bp | 438 // hwbinder.stubs provides APIs required for building HIDL Java
|
/frameworks/base/services/core/ |
D | Android.bp | 151 "android.hardware.health-V1.0-java", // HIDL 152 "android.hardware.health-V2.0-java", // HIDL 153 "android.hardware.health-V2.1-java", // HIDL
|
/frameworks/opt/telephony/ |
D | README.txt | 10 to data. Many APIs are plumbed down to the radio through HIDL calls defined in
|
/frameworks/hardware/interfaces/ |
D | current.txt | 49 # There should be no more HIDL HALs - please use AIDL instead.
|
/frameworks/av/services/camera/libcameraservice/common/hidl/ |
D | HidlProviderInfo.h | 48 IPCTransport getIPCTransport() override {return IPCTransport::HIDL;} in getIPCTransport()
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 20 * All camera service and device HIDL calls may return the following
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 88 * Note: VendorTag caches may be created in process, by clients. A HIDL api
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3Device.h | 99 virtual IPCTransport getTransportType() const override { return IPCTransport::HIDL; } in getTransportType()
|
D | HidlCamera3Device.cpp | 283 IPCTransport transport = IPCTransport::HIDL; in initialize() 1839 if (newHalInterface->getTransportType() != IPCTransport::HIDL) { in replaceHalInterface()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 487 if (providerTransport == IPCTransport::HIDL) { in setTorchMode() 888 (transport == IPCTransport::HIDL) ? hidl_version{3, 2} : hidl_version{1, 1} ; in findDeviceInfoLocked() 890 (transport == IPCTransport::HIDL) ? hidl_version{3, 7} : hidl_version{1000, 0}; in findDeviceInfoLocked() 1269 if (ipcTransport == IPCTransport::HIDL && in fixupMonochromeTags() 1659 if (transport == IPCTransport::HIDL && in isHiddenPhysicalCameraInternal() 1822 case IPCTransport::HIDL: in removeProvider() 1898 case IPCTransport::HIDL: in addDevice()
|
D | Camera2ClientBase.cpp | 118 case IPCTransport::HIDL: in initializeImpl()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 357 if (!manifest->insertInstance(fqInstance, entry.transport, arch, vintf::HalFormat::HIDL, &e)) { in addEntryWithInstance()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 460 if (mIPCTransport == IPCTransport::HIDL) { in returnBufferCheckedLocked()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 959 if (deviceVersionAndTransport.second == IPCTransport::HIDL) { in makeClient() 2834 if (deviceVersionAndTransport.second == IPCTransport::HIDL) { in supportsCameraApi()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6030 // by the vendor and not specified by the HIDL interface.
|