Searched refs:isCallScreenModeSupported (Results 1 – 11 of 11) sorted by relevance
99 bool isCallScreenModeSupported() const { return mIsCallScreenModeSupported; } in isCallScreenModeSupported() function101 void setCallScreenModeSupported(bool isCallScreenModeSupported) in setCallScreenModeSupported() argument103 mIsCallScreenModeSupported = isCallScreenModeSupported; in setCallScreenModeSupported()
242 virtual bool isCallScreenModeSupported() = 0;
420 static bool isCallScreenModeSupported();
296 virtual bool isCallScreenModeSupported() = 0;
1486 bool AudioPolicyService::isCallScreenModeSupported() in isCallScreenModeSupported() function in android::AudioPolicyService1494 return mAudioPolicyManager->isCallScreenModeSupported(); in isCallScreenModeSupported()
285 bool isCallScreenModeSupported() override;
326 bool isCallScreenModeSupported() override;
4392 bool AudioPolicyManager::isCallScreenModeSupported() in isCallScreenModeSupported() function in android::AudioPolicyManager4394 return getConfig().isCallScreenModeSupported(); in isCallScreenModeSupported()
1598 bool AudioSystem::isCallScreenModeSupported() in isCallScreenModeSupported() function in android::AudioSystem1602 return aps->isCallScreenModeSupported(); in isCallScreenModeSupported()
1376 virtual bool isCallScreenModeSupported() in isCallScreenModeSupported() function in android::BpAudioPolicyService2647 bool isAvailable = isCallScreenModeSupported(); in onTransact()
2361 return AudioSystem::isCallScreenModeSupported(); in android_media_AudioSystem_isCallScreeningModeSupported()