/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/ |
D | Utils.h | 31 V1_1, enumerator 44 bool tunesTo(const V1_1::ProgramSelector& pointer, const V1_1::ProgramSelector& channel); 46 V1_1::ProgramType getType(const V1_1::ProgramSelector& sel); 47 bool isAmFm(const V1_1::ProgramType type); 52 bool hasId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type); 59 uint64_t getId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type); 66 uint64_t getId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type, uint64_t defval); 68 V1_1::ProgramSelector make_selector(V1_0::Band band, uint32_t channel, uint32_t subChannel = 0); 70 bool getLegacyChannel(const V1_1::ProgramSelector& sel, uint32_t* channelOut, 73 bool isDigital(const V1_1::ProgramSelector& sel);
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.h | 28 namespace V1_1 { 45 virtual Return<Result> tuneByProgramSelector(const V1_1::ProgramSelector& program) override; 50 virtual Return<V1_1::ProgramListResult> startBackgroundScan() override; 51 virtual Return<void> getProgramList(const hidl_vec<V1_1::VendorKeyValue>& filter, 64 const sp<V1_1::ITunerCallback> mCallback1_1; 70 V1_1::ProgramSelector mCurrentProgram = {}; 71 V1_1::ProgramInfo mCurrentProgramInfo = {}; 76 void tuneInternalLocked(const V1_1::ProgramSelector& sel);
|
D | VirtualProgram.h | 25 namespace V1_1 { 35 V1_1::ProgramSelector selector; 41 V1_1::ProgramInfo getProgramInfo(utils::HalRevision halRev) const; 46 std::vector<V1_1::ProgramInfo> getProgramInfoVector(const std::vector<VirtualProgram>& vec,
|
D | VirtualProgram.cpp | 25 namespace V1_1 { namespace 33 using V1_1::IdentifierType; 34 using V1_1::ProgramInfo; 35 using V1_1::VendorKeyValue; 40 if (halRev < HalRevision::V1_1) { in createDemoBitmap()
|
D | BroadcastRadio.cpp | 28 namespace V1_1 { namespace 36 using V1_1::IdentifierType; 37 using V1_1::ProgramSelector; 38 using V1_1::ProgramType; 39 using V1_1::Properties; 40 using V1_1::VendorKeyValue;
|
D | BroadcastRadioFactory.h | 26 namespace V1_1 { 36 std::map<V1_0::Class, sp<V1_1::IBroadcastRadio>> mRadioModules;
|
/hardware/st/nfc/1.1/ |
D | Nfc.h | 32 namespace V1_1 { 42 using ::android::hardware::nfc::V1_1::INfc; 44 struct Nfc : public V1_1::INfc, public hidl_death_recipient { 50 const sp<V1_1::INfcClientCallback>& clientCallback) override; 68 auto ret = mCallbackV1_1->sendEvent_1_1((V1_1::NfcEvent)event, in eventCallback() 103 static sp<V1_1::INfcClientCallback> mCallbackV1_1;
|
/hardware/nxp/nfc/1.1/ |
D | Nfc.h | 31 namespace V1_1 { 35 using ::android::hardware::nfc::V1_1::INfc; 43 struct Nfc : public V1_1::INfc, public hidl_death_recipient { 49 const sp<V1_1::INfcClientCallback>& clientCallback) override; 67 auto ret = mCallbackV1_1->sendEvent_1_1((V1_1::NfcEvent)event, in eventCallback() 102 static sp<V1_1::INfcClientCallback> mCallbackV1_1;
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_hidl_test_utils_1_1.h | 24 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant> 27 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface> 30 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork>
|
D | supplicant_hidl_test_utils_1_1.cpp | 23 using ::android::hardware::wifi::supplicant::V1_1::ISupplicant; 24 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface; 25 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork;
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.h | 32 namespace V1_1 { 41 using ::android::hardware::secure_element::V1_1::ISecureElement; 54 struct SecureElement : public V1_1::ISecureElement, 60 const sp<V1_1::ISecureElementHalCallback>& clientCallback) override; 77 static sp<V1_1::ISecureElementHalCallback> mCallbackV1_1;
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_test_main.cpp | 30 using android::hardware::drm::V1_1::ICryptoFactory; 31 using android::hardware::drm::V1_1::IDrmFactory; 32 using android::hardware::drm::V1_1::vts::DrmHalClearkeyTest; 33 using android::hardware::drm::V1_1::vts::kClearKeyUUID;
|
/hardware/interfaces/cas/1.1/default/ |
D | MediaCasService.cpp | 32 namespace V1_1 { namespace 35 class Wrapper : public V1_1::ICasListener { 37 static sp<V1_1::ICasListener> wrap(sp<V1_0::ICasListener> impl) { in wrap() 38 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() 90 sp<V1_1::ICasListener> listenerV1_1 = Wrapper::wrap(listener); in createPlugin()
|
/hardware/interfaces/cas/1.2/default/ |
D | MediaCasService.cpp | 33 namespace V1_1 { namespace 36 class Wrapper : public V1_1::ICasListener { 38 static sp<V1_1::ICasListener> wrap(sp<V1_0::ICasListener> impl) { in wrap() 39 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() 91 sp<V1_1::ICasListener> listenerV1_1 = Wrapper::wrap(listener); in createPlugin()
|
/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/ |
D | libboot_control.h | 28 using MergeStatus = ::android::hardware::boot::V1_1::MergeStatus; 81 android::hardware::boot::V1_1::MergeStatus status); 86 android::hardware::boot::V1_1::MergeStatus* status);
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.h | 31 namespace V1_1 { 39 using ::android::hardware::secure_element::V1_1::ISecureElement; 55 struct SecureElement : public V1_1::ISecureElement, 78 static sp<V1_1::ISecureElementHalCallback> mCallbackV1_1;
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerHal.h | 28 using common::V1_1::RenderIntent; 45 Error setColorMode_2_2(Display display, common::V1_1::ColorMode mode, in setColorMode_2_2() 50 Error getColorModes_2_2(Display display, hidl_vec<common::V1_1::ColorMode>* outModes) override { in getColorModes_2_2() 55 common::V1_1::PixelFormat format, in getClientTargetSupport_2_2() 56 common::V1_1::Dataspace dataspace) override { in getClientTargetSupport_2_2() 61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() 62 common::V1_1::Dataspace* outDataspace) override { in getReadbackBufferAttributes()
|
/hardware/interfaces/bluetooth/1.1/default/ |
D | bluetooth_hci.h | 30 namespace V1_1 { 38 class BluetoothHci : public V1_1::IBluetoothHci { 44 const ::android::sp<V1_1::IBluetoothHciCallbacks>& cb) override;
|
/hardware/st/secure_element2/secure_element/1.1/ |
D | SecureElement.h | 24 namespace V1_1 { 36 using ::android::hardware::secure_element::V1_1::ISecureElement; 42 Return<void> init_1_1(const sp<V1_1::ISecureElementHalCallback>& clientCallback) override; 59 static sp<V1_1::ISecureElementHalCallback> internalClientCallback_v1_1;
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.h | 27 namespace V1_1 { 33 using ::android::hardware::boot::V1_1::IBootControl; 34 using ::android::hardware::boot::V1_1::MergeStatus;
|
/hardware/qcom/sm8150/gps/android/1.1/ |
D | GnssMeasurement.h | 31 namespace V1_1 { 34 using ::android::hardware::gnss::V1_1::IGnssMeasurement; 35 using ::android::hardware::gnss::V1_1::IGnssMeasurementCallback;
|
D | Gnss.h | 43 namespace V1_1 { 99 Return<bool> setCallback_1_1(const sp<V1_1::IGnssCallback>& callback) override; 104 Return<sp<V1_1::IGnssMeasurement>> getExtensionGnssMeasurement_1_1() override; 105 Return<sp<V1_1::IGnssConfiguration>> getExtensionGnssConfiguration_1_1() override; 140 sp<V1_1::IGnssCallback> mGnssCbIface_1_1 = nullptr;
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | GnssMeasurement.h | 31 namespace V1_1 { 34 using ::android::hardware::gnss::V1_1::IGnssMeasurement; 35 using ::android::hardware::gnss::V1_1::IGnssMeasurementCallback;
|
D | Gnss.h | 43 namespace V1_1 { 99 Return<bool> setCallback_1_1(const sp<V1_1::IGnssCallback>& callback) override; 104 Return<sp<V1_1::IGnssMeasurement>> getExtensionGnssMeasurement_1_1() override; 105 Return<sp<V1_1::IGnssConfiguration>> getExtensionGnssConfiguration_1_1() override; 140 sp<V1_1::IGnssCallback> mGnssCbIface_1_1 = nullptr;
|
/hardware/interfaces/gnss/2.0/default/ |
D | Gnss.cpp | 48 sp<V1_1::IGnssCallback> Gnss::sGnssCallback_1_1 = nullptr; 183 Return<bool> Gnss::setCallback_1_1(const sp<V1_1::IGnssCallback>& callback) { in setCallback_1_1() 198 V1_1::IGnssCallback::GnssSystemInfo gnssInfo = {.yearOfHw = 2019}; in setCallback_1_1() 220 Return<sp<V1_1::IGnssConfiguration>> Gnss::getExtensionGnssConfiguration_1_1() { in getExtensionGnssConfiguration_1_1() 222 return sp<V1_1::IGnssConfiguration>{}; in getExtensionGnssConfiguration_1_1() 225 Return<sp<V1_1::IGnssMeasurement>> Gnss::getExtensionGnssMeasurement_1_1() { in getExtensionGnssMeasurement_1_1() 290 V1_1::IGnssCallback::GnssSystemInfo gnssInfo = {.yearOfHw = 2019}; in setCallback_2_0()
|