Home
last modified time | relevance | path

Searched refs:hidl (Results 1 – 25 of 72) sorted by relevance

123

/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DConversionUtilTest.java34 Uuid hidl = new Uuid(); in testUuidRoundTrip() local
35 hidl.timeLow = 0xFEDCBA98; in testUuidRoundTrip()
36 hidl.timeMid = (short) 0xEDCB; in testUuidRoundTrip()
37 hidl.versionAndTimeHigh = (short) 0xDCBA; in testUuidRoundTrip()
38 hidl.variantAndClockSeqHigh = (short) 0xCBA9; in testUuidRoundTrip()
39 hidl.node = new byte[] { 0x11, 0x12, 0x13, 0x14, 0x15, 0x16 }; in testUuidRoundTrip()
41 String aidl = ConversionUtil.hidl2aidlUuid(hidl); in testUuidRoundTrip()
45 assertEquals(hidl, reconstructed); in testUuidRoundTrip()
/aosp14/frameworks/base/
H A Dframework-jarjar-rules.txt3 rule android.hidl.** android.internal.hidl.@1
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp281 sp<hidl::base::V1_0::IBase> base = new hidl::base::V1_0::BpHwBase(binder); in JHwBinder_native_registerService()
301 using ::android::hidl::base::V1_0::IBase; in JHwBinder_native_getService()
323 sp<hardware::IBinder> service = hardware::toBinder<hidl::base::V1_0::IBase>(ret); in JHwBinder_native_getService()
H A Dandroid_os_HwRemoteBinder.cpp417 static sp<hidl::base::V1_0::IBase> toIBase(JNIEnv* env, jclass hwRemoteBinderClazz, jobject jbinder) in toIBase()
427 return hardware::fromBinder<hidl::base::V1_0::IBase, hidl::base::V1_0::BpHwBase, in toIBase()
428 hidl::base::V1_0::BnHwBase>(cbinder); in toIBase()
/aosp14/frameworks/base/media/jni/
H A DAndroid.bp88 "android.hidl.memory@1.0",
89 "android.hidl.token@1.0-utils",
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp89 using ::android::hidl::manager::V1_0::IServiceManager; in startSensorManagerHidlService()
140 using ::android::hidl::manager::V1_0::IServiceManager; in android_server_SystemServer_startHidlServices()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintResetLockoutClient.java17 package com.android.server.biometrics.sensors.fingerprint.hidl;
H A DFingerprintRevokeChallengeClient.java17 package com.android.server.biometrics.sensors.fingerprint.hidl;
H A DFingerprintGenerateChallengeClient.java17 package com.android.server.biometrics.sensors.fingerprint.hidl;
H A DFingerprintInternalEnumerateClient.java17 package com.android.server.biometrics.sensors.fingerprint.hidl;
H A DFingerprintRemovalClient.java17 package com.android.server.biometrics.sensors.fingerprint.hidl;
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceRevokeChallengeClient.java17 package com.android.server.biometrics.sensors.face.hidl;
H A DFaceInternalEnumerateClient.java17 package com.android.server.biometrics.sensors.face.hidl;
H A DFaceResetLockoutClient.java17 package com.android.server.biometrics.sensors.face.hidl;
H A DFaceRemovalClient.java17 package com.android.server.biometrics.sensors.face.hidl;
H A DFaceUpdateActiveUserClient.java17 package com.android.server.biometrics.sensors.face.hidl;
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
H A DFace10Test.java17 package com.android.server.biometrics.sensors.face.hidl;
87 private com.android.server.biometrics.sensors.face.hidl.Face10 mFace10;
/aosp14/frameworks/base/services/tests/mockingservicestests/jni/
H A DAndroid.bp54 "android.hidl.token@1.0-utils",
/aosp14/frameworks/base/services/usb/
H A DAndroid.bp24 "android.hidl.manager-V1.0-java",
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DBroadcastRadioServiceHidlTest.java38 import android.hidl.manager.V1_0.IServiceManager;
39 import android.hidl.manager.V1_0.IServiceNotification;
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthServiceWrapperHidl.java26 import android.hidl.manager.V1_0.IServiceManager;
27 import android.hidl.manager.V1_0.IServiceNotification;
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/
H A DUsbGadgetHidl.java35 import android.hidl.manager.V1_0.IServiceManager;
36 import android.hidl.manager.V1_0.IServiceNotification;
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DBroadcastRadioService.java28 import android.hidl.manager.V1_0.IServiceManager;
29 import android.hidl.manager.V1_0.IServiceNotification;
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/health/
H A DHealthServiceWrapperTest.java25 import android.hidl.manager.V1_0.IServiceManager;
26 import android.hidl.manager.V1_0.IServiceNotification;
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockWeaverService.java7 import android.hidl.base.V1_0.DebugInfo;

123