Searched refs:isCallScreenModeSupported (Results 1 – 11 of 11) sorted by relevance
125 bool isCallScreenModeSupported() const { return mIsCallScreenModeSupported; } in isCallScreenModeSupported() function126 void setCallScreenModeSupported(bool isCallScreenModeSupported) in setCallScreenModeSupported() argument128 mIsCallScreenModeSupported = isCallScreenModeSupported; in setCallScreenModeSupported()
354 boolean isCallScreenModeSupported(); in isCallScreenModeSupported() method
337 virtual bool isCallScreenModeSupported() = 0;
555 static bool isCallScreenModeSupported();
434 bool isCallScreenModeSupported() override;
6157 bool AudioPolicyManager::isCallScreenModeSupported() in isCallScreenModeSupported() function in android::AudioPolicyManager6159 return mConfig->isCallScreenModeSupported(); in isCallScreenModeSupported()
260 binder::Status isCallScreenModeSupported(bool* _aidl_return) override;
2250 Status AudioPolicyService::isCallScreenModeSupported(bool* _aidl_return) in isCallScreenModeSupported() function in android::AudioPolicyService2257 *_aidl_return = mAudioPolicyManager->isCallScreenModeSupported(); in isCallScreenModeSupported()
148 BINDER_METHOD_ENTRY(isCallScreenModeSupported) \
2324 bool AudioSystem::isCallScreenModeSupported() { in isCallScreenModeSupported() function in android::AudioSystem2331 statusTFromBinderStatus(aps->isCallScreenModeSupported(&retAidl))); in isCallScreenModeSupported()
2842 return AudioSystem::isCallScreenModeSupported(); in android_media_AudioSystem_isCallScreeningModeSupported()