Home
last modified time | relevance | path

Searched refs:getTelephony (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModulePrimary.h29 ndk::ScopedAStatus getTelephony(std::shared_ptr<ITelephony>* _aidl_return) override;
DModuleUsb.h29 ndk::ScopedAStatus getTelephony(std::shared_ptr<ITelephony>* _aidl_return) override;
DModule.h66 ndk::ScopedAStatus getTelephony(std::shared_ptr<ITelephony>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/
DModulePrimary.cpp36 ndk::ScopedAStatus ModulePrimary::getTelephony(std::shared_ptr<ITelephony>* _aidl_return) { in getTelephony() function in aidl::android::hardware::audio::core::ModulePrimary
DModule.cpp534 ndk::ScopedAStatus Module::getTelephony(std::shared_ptr<ITelephony>* _aidl_return) { in getTelephony() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp49 ndk::ScopedAStatus ModuleUsb::getTelephony(std::shared_ptr<ITelephony>* _aidl_return) { in getTelephony() function in aidl::android::hardware::audio::core::ModuleUsb
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl91 @nullable ITelephony getTelephony(); in getTelephony() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl38 @nullable android.hardware.audio.core.ITelephony getTelephony(); in getTelephony() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl38 @nullable android.hardware.audio.core.ITelephony getTelephony(); in getTelephony() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl38 @nullable android.hardware.audio.core.ITelephony getTelephony(); in getTelephony() method
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2502 ASSERT_IS_OK(module->getTelephony(&telephony)); in SetUp()
2515 EXPECT_IS_OK(module->getTelephony(&telephony2)); in TEST_P()