Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 118) sorted by relevance

12345

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp40 IdentifierType getType(uint32_t typeAsInt) { in getType() function
44 IdentifierType getType(const ProgramIdentifier& id) { in getType() function
45 return getType(id.type); in getType()
115 auto type = getType(b.primaryId); in tunesTo()
194 if (hasId(sel, getType(idType))) return true; in isSupported()
210 switch (getType(id)) { in isValid()
347 if (getType(sel.primaryId) == IdentifierType::DAB_ENSEMBLE) return false; in satisfies()
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp68 auto type = getType(a); in tunesTo()
103 ProgramType getType(const ProgramSelector& sel) { in getType() function
202 if (isAmFm(getType(sel))) { in getLegacyChannel()
214 switch (getType(sel)) { in isDigital()
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOServiceStatsProvider.aidl45 int getType(); in getType() method
DIECOServiceInfoListener.aidl47 int getType(); in getType() method
/hardware/interfaces/broadcastradio/2.0/default/
DVirtualProgram.cpp29 using utils::getType;
39 auto pType = getType(selector.primaryId); in operator ProgramInfo()
/hardware/libhardware/modules/usbcamera/
DStream.h39 int getType();
/hardware/libhardware/modules/camera/3_0/
DStream.h41 int getType();
/hardware/google/av/media/eco/include/eco/
DECOServiceStatsProvider.h51 virtual Status getType(int32_t* _aidl_return) = 0;
DECOServiceInfoListener.h51 virtual Status getType(int32_t* _aidl_return) = 0;
/hardware/interfaces/wifi/1.4/default/
Dwifi_p2p_iface.h46 Return<void> getType(getType_cb hidl_status_cb) override;
Dwifi_p2p_iface.cpp49 Return<void> WifiP2pIface::getType(getType_cb hidl_status_cb) { in getType() function in android::hardware::wifi::V1_4::implementation::WifiP2pIface
Dwifi_ap_iface.h48 Return<void> getType(getType_cb hidl_status_cb) override;
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
DUtils.h39 V2_0::IdentifierType getType(uint32_t typeAsInt);
40 V2_0::IdentifierType getType(const V2_0::ProgramIdentifier& id);
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.h27 Type getType() const;
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.h26 Type getType() const;
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h46 V1_1::ProgramType getType(const V1_1::ProgramSelector& sel);
/hardware/google/av/media/eco/tests/
DFakeECOServiceStatsProvider.h81 virtual Status getType(int32_t* _aidl_return);
DFakeECOServiceInfoListener.cpp60 Status FakeECOServiceInfoListener::getType(int32_t* /*_aidl_return*/) { in getType() function in android::media::eco::FakeECOServiceInfoListener
DFakeECOServiceInfoListener.h63 virtual Status getType(int32_t* _aidl_return);
DFakeECOServiceStatsProvider.cpp68 Status FakeECOServiceStatsProvider::getType(int32_t* /*_aidl_return*/) { in getType() function in android::media::eco::FakeECOServiceStatsProvider
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidReport.h44 unsigned int getType() const;
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_ap_iface_hidl_test.cpp69 const auto& status_and_type = HIDL_INVOKE(wifi_ap_iface_, getType); in TEST_P()
/hardware/interfaces/audio/effect/2.0/
DIDownmixEffect.hal36 getType() generates (Result retval, Type preset);
/hardware/interfaces/audio/effect/4.0/
DIDownmixEffect.hal36 getType() generates (Result retval, Type preset);
/hardware/interfaces/audio/effect/5.0/
DIDownmixEffect.hal36 getType() generates (Result retval, Type preset);

12345