/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/tv/tuner/1.1/default/ |
D | Frontend.cpp | 75 const V1_1::FrontendSettingsExt1_1& /*settingsExt1_1*/) { in tune_1_1() 204 sp<V1_1::IFrontendCallback> frontendCallback_v1_1 = in scanThreadLoop() 205 V1_1::IFrontendCallback::castFrom(mCallback); in scanThreadLoop() 207 V1_1::FrontendScanMessageExt1_1 msg; in scanThreadLoop() 209 frontendCallback_v1_1->onScanMessageExt1_1(V1_1::FrontendScanMessageTypeExt1_1::MODULATION, in scanThreadLoop() 213 V1_1::FrontendScanMessageTypeExt1_1::HIGH_PRIORITY, msg); in scanThreadLoop() 224 const V1_1::FrontendSettingsExt1_1& settingsExt1_1) { in scan_1_1() 396 Return<void> Frontend::getStatusExt1_1(const hidl_vec<V1_1::FrontendStatusTypeExt1_1>& statusTypes, in getStatusExt1_1() 397 V1_1::IFrontend::getStatusExt1_1_cb _hidl_cb) { in getStatusExt1_1() 400 vector<V1_1::FrontendStatusExt1_1> statuses; in getStatusExt1_1() [all …]
|
D | Tuner.cpp | 47 new Frontend(static_cast<V1_0::FrontendType>(V1_1::FrontendType::DTMB), 9, this); in Tuner() 60 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::MODULATIONS), in Tuner() 61 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::ROLL_OFF), in Tuner() 72 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::MODULATIONS), in Tuner() 73 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BERS), in Tuner() 74 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::INTERLEAVINGS), in Tuner() 75 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner() 87 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::MODULATIONS), in Tuner() 88 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::CODERATES), in Tuner() 89 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::INTERLEAVINGS), in Tuner() [all …]
|
D | Filter.h | 52 class Filter : public V1_1::IFilter { 85 virtual Return<Result> configureAvStreamType(const V1_1::AvStreamType& avStreamType) override; 122 sp<V1_1::IFilterCallback> mCallback_1_1 = nullptr; 125 uint32_t mCid = static_cast<uint32_t>(V1_1::Constant::INVALID_IP_FILTER_CONTEXT_ID); 143 V1_1::DemuxFilterEventExt mFilterEventExt; 203 V1_1::DemuxFilterEventExt createTsRecordEventExt(); 205 V1_1::DemuxFilterEventExt createMmtpRecordEventExt(); 211 V1_1::DemuxFilterEventExt createMonitorEvent(); 212 V1_1::DemuxFilterEventExt createRestartEvent();
|
D | Frontend.h | 37 class Frontend : public V1_1::IFrontend { 48 const V1_1::FrontendSettingsExt1_1& settingsExt1_1) override; 55 const V1_1::FrontendSettingsExt1_1& settingsExt1_1) override; 63 const hidl_vec<V1_1::FrontendStatusTypeExt1_1>& statusTypes, 64 V1_1::IFrontend::getStatusExt1_1_cb _hidl_cb) override;
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandlerUltrasonics.h | 27 android::hardware::automotive::evs::V1_1::IEvsUltrasonicsArrayStream { 30 android::sp<android::hardware::automotive::evs::V1_1::IEvsUltrasonicsArray> 35 const android::hardware::automotive::evs::V1_1::EvsEventDesc& evsEvent) override; 37 const android::hardware::automotive::evs::V1_1::UltrasonicsDataFrameDesc& 40 bool checkEventReceived(android::hardware::automotive::evs::V1_1::EvsEventDesc evsEvent); 45 android::sp<android::hardware::automotive::evs::V1_1::IEvsUltrasonicsArray> 47 android::hardware::automotive::evs::V1_1::UltrasonicsDataFrameDesc mLastReceivedFrames; 48 std::vector<android::hardware::automotive::evs::V1_1::EvsEventDesc> mReceivedEvents;
|
/hardware/interfaces/neuralnetworks/1.1/utils/include/nnapi/hal/1.1/ |
D | Conversions.h | 27 GeneralResult<OperationType> unvalidatedConvert(const hal::V1_1::OperationType& operationType); 28 GeneralResult<Capabilities> unvalidatedConvert(const hal::V1_1::Capabilities& capabilities); 29 GeneralResult<Operation> unvalidatedConvert(const hal::V1_1::Operation& operation); 30 GeneralResult<Model> unvalidatedConvert(const hal::V1_1::Model& model); 32 const hal::V1_1::ExecutionPreference& executionPreference); 34 GeneralResult<Capabilities> convert(const hal::V1_1::Capabilities& capabilities); 35 GeneralResult<Model> convert(const hal::V1_1::Model& model); 37 const hal::V1_1::ExecutionPreference& executionPreference); 41 namespace android::hardware::neuralnetworks::V1_1::utils {
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_hidl_test_utils_1_1.h | 26 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant> 29 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface> 31 const android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant>& 34 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork> 36 const android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant>& 48 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant>
|
D | supplicant_hidl_test_utils_1_1.cpp | 22 using ::android::hardware::wifi::supplicant::V1_1::ISupplicant; 23 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface; 24 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork;
|
/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()
|
/hardware/interfaces/tv/tuner/config/ |
D | TunerTestingConfigReaderV1_1.h | 20 using android::hardware::tv::tuner::V1_1::AudioStreamType; 21 using android::hardware::tv::tuner::V1_1::AvStreamType; 22 using android::hardware::tv::tuner::V1_1::FrontendDvbsScanType; 23 using android::hardware::tv::tuner::V1_1::FrontendDvbsSettingsExt1_1; 24 using android::hardware::tv::tuner::V1_1::FrontendDvbtSettingsExt1_1; 25 using android::hardware::tv::tuner::V1_1::FrontendSettingsExt1_1; 26 using android::hardware::tv::tuner::V1_1::FrontendStatusExt1_1; 27 using android::hardware::tv::tuner::V1_1::FrontendStatusTypeExt1_1; 28 using android::hardware::tv::tuner::V1_1::VideoStreamType; 86 android::hardware::tv::tuner::V1_1::FrontendType::DTMB); in readFrontendConfig1_1() [all …]
|
/hardware/interfaces/tetheroffload/control/1.1/vts/functional/include/ |
D | OffloadControlTestV1_1.h | 28 android::hardware::tetheroffload::control::V1_1::OffloadCallbackEvent last_event; 35 return android::hardware::tetheroffload::control::V1_1::IOffloadControl::getService( in createControl() 59 sp<android::hardware::tetheroffload::control::V1_1::IOffloadControl> getControlV1_1() { in getControlV1_1() 62 return android::hardware::tetheroffload::control::V1_1::IOffloadControl::castFrom(control) in getControlV1_1() 69 public android::hardware::tetheroffload::control::V1_1::ITetheringOffloadCallback { 72 android::hardware::tetheroffload::control::V1_1::OffloadCallbackEvent event) in onEvent_1_1()
|
/hardware/interfaces/tv/cec/1.1/default/ |
D | HdmiCecMock.h | 28 namespace V1_1 { 46 using ::android::hardware::tv::cec::V1_1::IHdmiCec; 70 ::android::hardware::tv::cec::V1_1::CecLogicalAddress addr) override; 72 const ::android::hardware::tv::cec::V1_1::CecMessage& message) override; 74 const sp<::android::hardware::tv::cec::V1_1::IHdmiCecCallback>& callback) override; 88 int sendMessageToFifo(const ::android::hardware::tv::cec::V1_1::CecMessage& message); 93 sp<::android::hardware::tv::cec::V1_1::IHdmiCecCallback> mCallback; 97 vector<::android::hardware::tv::cec::V1_1::CecLogicalAddress> mLogicalAddresses;
|
D | HdmiCecMock.cpp | 29 namespace V1_1 { namespace 32 class WrappedCallback : public ::android::hardware::tv::cec::V1_1::IHdmiCecCallback { 42 Return<void> onCecMessage_1_1(const ::android::hardware::tv::cec::V1_1::CecMessage& message) { in onCecMessage_1_1() 86 return addLogicalAddress_1_1(::android::hardware::tv::cec::V1_1::CecLogicalAddress(addr)); in addLogicalAddress() 103 ::android::hardware::tv::cec::V1_1::CecMessage cecMessage; in sendMessage() 104 cecMessage.initiator = ::android::hardware::tv::cec::V1_1::CecLogicalAddress(message.initiator); in sendMessage() 106 ::android::hardware::tv::cec::V1_1::CecLogicalAddress(message.destination); in sendMessage() 164 ::android::hardware::tv::cec::V1_1::CecLogicalAddress addr) { in addLogicalAddress_1_1() 173 const ::android::hardware::tv::cec::V1_1::CecMessage& message) { in sendMessage_1_1() 182 const sp<::android::hardware::tv::cec::V1_1::IHdmiCecCallback>& callback) { in setCallback_1_1() [all …]
|
/hardware/nxp/nfc/pn8x/1.1/ |
D | Nfc.h | 31 namespace V1_1 { 41 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/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/snxxx/1.1/ |
D | NfcExtns.h | 25 namespace V1_1 { 28 using namespace android::hardware::nfc::V1_1; 33 void getConfig(android::hardware::nfc::V1_1::NfcConfig& config);
|
D | Nfc.h | 31 namespace V1_1 { 41 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() 103 static sp<V1_1::INfcClientCallback> 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/nxp/secure_element/pn8x/1.1/ |
D | SecureElement.h | 32 namespace V1_1 { 41 using ::android::hardware::secure_element::V1_1::ISecureElement; 57 struct SecureElement : public V1_1::ISecureElement, 63 const sp<V1_1::ISecureElementHalCallback>& clientCallback) override; 80 static sp<V1_1::ISecureElementHalCallback> mCallbackV1_1;
|
/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 | 29 using MergeStatus = ::android::hardware::boot::V1_1::MergeStatus; 81 android::hardware::boot::V1_1::MergeStatus status); 86 android::hardware::boot::V1_1::MergeStatus* status);
|