Home
last modified time | relevance | path

Searched refs:HIDL (Results 1 – 18 of 18) sorted by relevance

/frameworks/hardware/interfaces/automotive/display/1.0/
Dtypes.hal19 * HIDL counterpart of DisplayConfig
24 * HIDL counterpart of DisplayState
/frameworks/av/services/camera/libcameraservice/utils/
DIPCTransport.h21 HIDL = 0, enumerator
/frameworks/base/
Dframework-jarjar-rules.txt2 # on the HIDL libraries.
DStubLibraries.bp438 // hwbinder.stubs provides APIs required for building HIDL Java
/frameworks/base/services/core/
DAndroid.bp151 "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/
DREADME.txt10 to data. Many APIs are plumbed down to the radio through HIDL calls defined in
/frameworks/hardware/interfaces/
Dcurrent.txt49 # There should be no more HIDL HALs - please use AIDL instead.
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.h48 IPCTransport getIPCTransport() override {return IPCTransport::HIDL;} in getIPCTransport()
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal20 * All camera service and device HIDL calls may return the following
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal88 * Note: VendorTag caches may be created in process, by clients. A HIDL api
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.h99 virtual IPCTransport getTransportType() const override { return IPCTransport::HIDL; } in getTransportType()
DHidlCamera3Device.cpp283 IPCTransport transport = IPCTransport::HIDL; in initialize()
1839 if (newHalInterface->getTransportType() != IPCTransport::HIDL) { in replaceHalInterface()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp487 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()
DCamera2ClientBase.cpp118 case IPCTransport::HIDL: in initializeImpl()
/frameworks/native/cmds/lshal/
DListCommand.cpp357 if (!manifest->insertInstance(fqInstance, entry.transport, arch, vintf::HalFormat::HIDL, &e)) { in addEntryWithInstance()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp460 if (mIPCTransport == IPCTransport::HIDL) { in returnBufferCheckedLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp959 if (deviceVersionAndTransport.second == IPCTransport::HIDL) { in makeClient()
2834 if (deviceVersionAndTransport.second == IPCTransport::HIDL) { in supportsCameraApi()
/frameworks/proto_logging/stats/
Datoms.proto6030 // by the vendor and not specified by the HIDL interface.