/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.h | 36 namespace V1_1 = hardware::broadcastradio::V1_1; variable 40 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &inf… 41 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo); 45 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_1::Properties &properties, 55 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_1::ProgramInfo &info); 57 V1_1::ProgramSelector ProgramSelectorToHal(JNIEnv *env, jobject jSelector); 65 bool __ThrowIfFailed(JNIEnv *env, const V1_1::ProgramListResult halResult);
|
D | Tuner.cpp | 45 namespace V1_1 = hardware::broadcastradio::V1_1; 52 using V1_1::ITunerCallback; 53 using V1_1::ProgramListResult; 54 using V1_1::VendorKeyValue; 73 wp<V1_1::ITunerCallback> mTunerCallback; 76 explicit HalDeathRecipient(wp<V1_1::ITunerCallback> tunerCallback) in HalDeathRecipient() 92 sp<V1_1::ITuner> mHalTuner11; 95 sp<V1_1::IBroadcastRadio> getHalModule11() const; 145 sp<V1_1::IBroadcastRadio> TunerContext::getHalModule11() const { in getHalModule11() 152 return V1_1::IBroadcastRadio::castFrom(halModule).withDefault(nullptr); in getHalModule11() [all …]
|
D | BroadcastRadioService.cpp | 47 namespace V1_1 = hardware::broadcastradio::V1_1; 152 if (V1_1::IBroadcastRadioFactory::castFrom(factory).withDefault(nullptr) != nullptr) { in nativeLoadModules() 153 halRev = HalRevision::V1_1; in nativeLoadModules() 160 sp<V1_1::IBroadcastRadio> module11 = nullptr; in nativeLoadModules() 164 module11 = V1_1::IBroadcastRadio::castFrom(module).withDefault(nullptr); in nativeLoadModules() 182 hidlResult = module11->getProperties_1_1([&](const V1_1::Properties& properties) { in nativeLoadModules()
|
D | TunerCallback.cpp | 42 namespace V1_1 = hardware::broadcastradio::V1_1; 49 using V1_1::ITunerCallback; 50 using V1_1::ProgramInfo; 51 using V1_1::ProgramListResult; 52 using V1_1::ProgramSelector; 53 using V1_1::VendorKeyValue;
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorHalWrapperHidlV1_1Test.cpp | 32 namespace V1_1 = android::hardware::vibrator::V1_1; 43 class MockIVibratorV1_1 : public V1_1::IVibrator { 52 (V1_1::Effect_1_1 effect, V1_0::EffectStrength strength, perform_cb cb), 104 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F() 106 .WillRepeatedly([](V1_1::Effect_1_1, V1_0::EffectStrength, in TEST_F() 115 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::MEDIUM), _)) in TEST_F() 117 .WillRepeatedly([](V1_1::Effect_1_1, V1_0::EffectStrength, in TEST_F() 123 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::STRONG), _)) in TEST_F() 125 .WillOnce([](V1_1::Effect_1_1, V1_0::EffectStrength, in TEST_F() 131 [](V1_1::Effect_1_1, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb) { in TEST_F()
|
D | VibratorHalWrapperHidlV1_2Test.cpp | 32 namespace V1_1 = android::hardware::vibrator::V1_1; 53 (V1_1::Effect_1_1 effect, V1_0::EffectStrength strength, perform_cb cb), 107 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F() 109 .WillRepeatedly([](V1_1::Effect_1_1, V1_0::EffectStrength, in TEST_F()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioConfigProxy.java | 39 private volatile android.hardware.radio.config.V1_1.IRadioConfig mHidlRadioConfigProxy = null; 61 android.hardware.radio.config.V1_1.IRadioConfig radioConfig) { in setHidl() 72 public android.hardware.radio.config.V1_1.IRadioConfig getHidl11() { in getHidl11() 248 android.hardware.radio.config.V1_1.ModemsConfig modemsConfig = in setNumOfLiveModems() 249 new android.hardware.radio.config.V1_1.ModemsConfig(); in setNumOfLiveModems() 273 private android.hardware.radio.config.V1_1.IRadioConfig mService; 279 public void setService(android.hardware.radio.config.V1_1.IRadioConfig service) { in setService()
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalController.cpp | 38 namespace V1_1 = android::hardware::vibrator::V1_1; 79 sp<V1_1::IVibrator> halV1_1 = V1_1::IVibrator::castFrom(halV1_0); in connectHal()
|
D | VibratorHalWrapper.cpp | 39 namespace V1_1 = android::hardware::vibrator::V1_1; 535 return performInternal(&V1_1::IVibrator::perform, getHal(), in performEffect() 538 if (isStaticCastValid<V1_1::Effect_1_1>(effect)) { in performEffect() 539 return performInternal(&V1_1::IVibrator::perform_1_1, getHal(), in performEffect() 540 static_cast<V1_1::Effect_1_1>(effect), strength, completionCallback); in performEffect() 556 if (isStaticCastValid<V1_1::Effect_1_1>(effect)) { in performEffect() 558 static_cast<V1_1::Effect_1_1>(effect), strength, completionCallback); in performEffect() 583 if (isStaticCastValid<V1_1::Effect_1_1>(effect)) { in performEffect() 585 static_cast<V1_1::Effect_1_1>(effect), strength, completionCallback); in performEffect()
|
/frameworks/av/services/tuner/hidl/ |
D | TunerHidlFrontend.h | 53 using HidlIFrontendCallback = ::android::hardware::tv::tuner::V1_1::IFrontendCallback; 55 ::android::hardware::tv::tuner::V1_1::FrontendScanMessageExt1_1; 57 ::android::hardware::tv::tuner::V1_1::FrontendScanMessageTypeExt1_1; 58 using HidlFrontendSettingsExt1_1 = ::android::hardware::tv::tuner::V1_1::FrontendSettingsExt1_1; 59 using HidlFrontendStatusExt1_1 = ::android::hardware::tv::tuner::V1_1::FrontendStatusExt1_1; 123 sp<::android::hardware::tv::tuner::V1_1::IFrontend> mFrontend_1_1;
|
D | TunerHidlFilter.h | 68 using HidlAvStreamType = ::android::hardware::tv::tuner::V1_1::AvStreamType; 98 using HidlDvStreamType = ::android::hardware::tv::tuner::V1_1::AvStreamType; 99 using HidlDemuxFilterEventExt = ::android::hardware::tv::tuner::V1_1::DemuxFilterEventExt; 100 using HidlDemuxFilterMonitorEvent = ::android::hardware::tv::tuner::V1_1::DemuxFilterMonitorEvent; 102 ::android::hardware::tv::tuner::V1_1::DemuxFilterTsRecordEventExt; 103 using HidlIFilterCallback = ::android::hardware::tv::tuner::V1_1::IFilterCallback; 227 sp<::android::hardware::tv::tuner::V1_1::IFilter> mFilter_1_1;
|
D | TunerHidlFrontend.cpp | 147 using HidlFrontendAnalogAftFlag = ::android::hardware::tv::tuner::V1_1::FrontendAnalogAftFlag; 148 using HidlFrontendBandwidth = ::android::hardware::tv::tuner::V1_1::FrontendBandwidth; 150 ::android::hardware::tv::tuner::V1_1::FrontendCableTimeInterleaveMode; 151 using HidlFrontendDvbcBandwidth = ::android::hardware::tv::tuner::V1_1::FrontendDvbcBandwidth; 152 using HidlFrontendDtmbBandwidth = ::android::hardware::tv::tuner::V1_1::FrontendDtmbBandwidth; 153 using HidlFrontendDtmbCodeRate = ::android::hardware::tv::tuner::V1_1::FrontendDtmbCodeRate; 155 ::android::hardware::tv::tuner::V1_1::FrontendDtmbGuardInterval; 156 using HidlFrontendDtmbModulation = ::android::hardware::tv::tuner::V1_1::FrontendDtmbModulation; 158 ::android::hardware::tv::tuner::V1_1::FrontendDtmbTimeInterleaveMode; 160 ::android::hardware::tv::tuner::V1_1::FrontendDtmbTransmissionMode; [all …]
|
/frameworks/native/services/powermanager/ |
D | PowerHalLoader.cpp | 60 sp<V1_1::IPower> PowerHalLoader::gHalHidlV1_1 = nullptr; 107 sp<V1_1::IPower> PowerHalLoader::loadHidlV1_1() { in loadHidlV1_1() 110 static auto loadFn = []() { return V1_1::IPower::castFrom(loadHidlV1_0Locked()); }; in loadHidlV1_1() 111 return loadHal<V1_1::IPower>(gHalExists, gHalHidlV1_1, loadFn, "HIDL v1.1"); in loadHidlV1_1()
|
/frameworks/native/cmds/idlcli/ |
D | vibrator.h | 62 inline auto getService<android::hardware::vibrator::V1_1::IVibrator>(std::string name) { 63 return android::hardware::vibrator::V1_1::IVibrator::getService(name); 118 namespace V1_1 = ::android::hardware::vibrator::V1_1; variable
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/ |
D | BootControlHIDL.java | 31 final android.hardware.boot.V1_1.IBootControl v1_1_hal; 55 android.hardware.boot.V1_1.IBootControl v1_1_hal = in getService() 56 android.hardware.boot.V1_1.IBootControl.castFrom(v1_hal); in getService() 63 android.hardware.boot.V1_1.IBootControl v1_1_hal, in BootControlHIDL()
|
/frameworks/native/include/powermanager/ |
D | PowerHalLoader.h | 36 static sp<hardware::power::V1_1::IPower> loadHidlV1_1(); 46 static sp<hardware::power::V1_1::IPower> gHalHidlV1_1 GUARDED_BY(gHalMutex);
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | Component.h | 46 namespace V1_1 { 48 using ::android::hardware::media::c2::V1_1::IComponent; 128 ::android::hardware::media::c2::V1_1::utils::DefaultBufferPoolSender
|
D | ComponentInterface.h | 27 namespace V1_1 {
|
D | InputSurfaceConnection.h | 27 namespace V1_1 {
|
D | InputSurface.h | 27 namespace V1_1 {
|
D | InputBufferManager.h | 27 namespace V1_1 {
|
/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
D | UsbGadgetHidl.java | 71 } else if (android.hardware.usb.gadget.V1_1.IUsbGadget.castFrom(mGadgetProxy) != null) { in getGadgetHalVersion() 190 if (android.hardware.usb.gadget.V1_1.IUsbGadget.castFrom(mGadgetProxy) != null) { in reset() 191 android.hardware.usb.gadget.V1_1.IUsbGadget gadgetProxy = in reset() 192 android.hardware.usb.gadget.V1_1.IUsbGadget.castFrom(mGadgetProxy); in reset()
|
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 31 using android::hardware::graphics::common::V1_1::BufferUsage; 32 using android::hardware::graphics::common::V1_1::PixelFormat; 58 using hardware::graphics::common::V1_1::BufferUsage; in getValid11UsageBits() 117 descriptorInfo->format != hardware::graphics::common::V1_1::PixelFormat::BLOB) { in validateBufferDescriptorInfo() 202 descriptorInfo.format = static_cast<hardware::graphics::common::V1_1::PixelFormat>(format); in validateBufferSize() 393 descriptorInfo.format = static_cast<hardware::graphics::common::V1_1::PixelFormat>(format); in allocate()
|
/frameworks/base/services/core/jni/gnss/ |
D | MeasurementCorrections.h | 101 const sp<android::hardware::gnss::measurement_corrections::V1_1:: 107 const sp<android::hardware::gnss::measurement_corrections::V1_1::IMeasurementCorrections> 119 android::hardware::gnss::measurement_corrections::V1_1::SingleSatCorrection>&
|
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandPerform.cpp | 149 } else if (auto hal = getHal<V1_1::IVibrator>()) { in doMain() 150 hidlRet = hal->call(&V1_1::IVibrator::perform_1_1, in doMain() 151 static_cast<V1_1::Effect_1_1>(mEffect), in doMain()
|