Searched refs:isCallScreenModeSupported (Results 1 – 10 of 10) sorted by relevance
118 bool isCallScreenModeSupported() const { return mIsCallScreenModeSupported; } in isCallScreenModeSupported() function120 void setCallScreenModeSupported(bool isCallScreenModeSupported) in setCallScreenModeSupported() argument122 mIsCallScreenModeSupported = isCallScreenModeSupported; in setCallScreenModeSupported()
322 boolean isCallScreenModeSupported(); in isCallScreenModeSupported() method
304 virtual bool isCallScreenModeSupported() = 0;
458 static bool isCallScreenModeSupported();
369 bool isCallScreenModeSupported() override;
4787 bool AudioPolicyManager::isCallScreenModeSupported() in isCallScreenModeSupported() function in android::AudioPolicyManager4789 return getConfig().isCallScreenModeSupported(); in isCallScreenModeSupported()
2046 Status AudioPolicyService::isCallScreenModeSupported(bool* _aidl_return) in isCallScreenModeSupported() function in android::AudioPolicyService2053 *_aidl_return = mAudioPolicyManager->isCallScreenModeSupported(); in isCallScreenModeSupported()
220 binder::Status isCallScreenModeSupported(bool* _aidl_return) override;
2100 bool AudioSystem::isCallScreenModeSupported() { in isCallScreenModeSupported() function in android::AudioSystem2107 statusTFromBinderStatus(aps->isCallScreenModeSupported(&retAidl))); in isCallScreenModeSupported()
2533 return AudioSystem::isCallScreenModeSupported(); in android_media_AudioSystem_isCallScreeningModeSupported()