Searched refs:hal (Results 1 – 25 of 34) sorted by relevance
12
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | Android.bp | 10 "types.hal", 11 "IDirectReportChannel.hal", 12 "IEventQueue.hal", 13 "IEventQueueCallback.hal", 14 "ISensorManager.hal",
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | Android.bp | 10 "types.hal", 11 "IDisplayEventReceiver.hal", 12 "IDisplayService.hal", 13 "IEventCallback.hal",
|
/frameworks/native/services/vr/hardware_composer/ |
D | Android.bp | 2 name: "libvr_hwc-hal", 35 "android.hardware.graphics.composer@2.1-hal", 39 "android.hardware.graphics.composer@2.1-hal", 86 "libvr_hwc-hal", 104 "libvr_hwc-hal", 107 "libvr_hwc-hal", 137 "libvr_hwc-hal",
|
D | vr_hwc.rc | 2 class hal animation
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_composer_client.h | 30 using hardware::graphics::composer::V2_1::hal::ComposerCommandEngine; 31 using hardware::graphics::composer::V2_1::hal::ComposerHal; 32 using hardware::graphics::composer::V2_1::hal::detail::ComposerClientImpl; 38 VrComposerClient(android::dvr::VrHwc& hal);
|
D | vr_composer_client.cpp | 31 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient() argument 32 : ComposerClient(&hal), mVrHal(hal) { in VrComposerClient()
|
/frameworks/rs/rsov/driver/ |
D | rsovCore.cpp | 311 std::unique_ptr<RSoVHal> hal(new RSoVHal()); in rsdHalInit() local 312 if (!hal) { in rsdHalInit() 331 hal->mRSoV = rsov.release(); in rsdHalInit() 332 hal->mCpuRef = cpuref.release(); in rsdHalInit() 333 rsc->mHal.drv = hal.release(); in rsdHalInit()
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libwifi-hal*) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libwifi-hal*)
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | android.hardware.drm@1.1-service.clearkey.rc | 1 service vendor.drm-clearkey-hal-1-1 /vendor/bin/hw/android.hardware.drm@1.1-service.clearkey 2 class hal
|
/frameworks/base/core/tests/SvcMonitor/ |
D | README | 9 -e java XYZ -e hal com.android.bluetooth \ 18 -e java NewName -e hal NewService \ 26 -e hal NameOfSysService: name of the system service the previous process relies on.
|
/frameworks/ml/nn/tools/ |
D | sync_enums_to_hal.py | 219 hal = [] 226 hal.append(" /**\n") 236 hal.append(line) 237 return hal
|
/frameworks/av/media/audioserver/ |
D | audioserver.rc | 8 onrestart restart vendor.audio-hal-2-0 11 onrestart restart audio-hal-2-0
|
/frameworks/base/services/core/jni/ |
D | com_android_server_lights_LightsService.cpp | 171 sp<ILight> hal = LightHal::associate(); in setLight_native() local 173 if (hal == nullptr) { in setLight_native() 183 Return<Status> ret = hal->setLight(type, state); in setLight_native()
|
/frameworks/base/core/proto/android/os/ |
D | enums.proto | 23 // These constants are defined in hardware/interfaces/health/1.0/types.hal 48 // These constants are defined in hardware/interfaces/health/1.0/types.hal 59 // These constants are defined in hardware/interfaces/thermal/1.0/types.hal 61 // Any change to the types in the thermal hal should be made here as well.
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriverAll.rc | 2 class hal
|
D | SampleDriverQuant.rc | 2 class hal
|
D | SampleDriverMinimal.rc | 2 class hal
|
D | SampleDriverFloatFast.rc | 2 class hal
|
D | SampleDriverFloatSlow.rc | 2 class hal
|
/frameworks/opt/net/lowpan/build/ |
D | lowpan.mk | 17 include frameworks/opt/net/lowpan/build/lowpan-hal-default.mk
|
D | wpantund.rc | 9 on property:ro.lowpan.hal.device=*
|
/frameworks/hardware/interfaces/schedulerservice/1.0/ |
D | Android.bp | 10 "ISchedulingPolicyService.hal",
|
/frameworks/hardware/interfaces/vr/composer/1.0/ |
D | Android.bp | 10 "IVrComposerClient.hal",
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerService.h | 22 using namespace android::hardware::graphics::composer::V2_1::hal;
|
D | Android.bp | 38 "android.hardware.graphics.composer@2.1-hal",
|
12