Searched refs:isSADevice (Results 1 – 4 of 4) sorted by relevance
293 if (isSADevice(deviceState)) { in init()522 if (deviceState.isSAEnabled() && isSADevice(deviceState)) { in getCompatibleAudioDevices()663 if (!isSADevice(deviceState)) { in findSACompatibleDeviceStateForAudioDeviceAttributes()822 /*package*/ boolean isSADevice(AdiDeviceState deviceState) { in isSADevice() method in SpatializerHelper
340 if (mDeviceBroker.isSADevice(updatedDevice) in synchronizeBleDeviceInInventory()341 == mDeviceBroker.isSADevice(ads2)) { in synchronizeBleDeviceInInventory()361 if (mDeviceBroker.isSADevice(updatedDevice) in synchronizeBleDeviceInInventory()362 == mDeviceBroker.isSADevice(ads2)) { in synchronizeBleDeviceInInventory()387 if (mDeviceBroker.isSADevice(updatedDevice) == mDeviceBroker.isSADevice(ads)) { in synchronizeDeviceProfilesInInventory()
2829 /*package*/ boolean isSADevice(AdiDeviceState deviceState) { in isSADevice() method in AudioDeviceBroker2830 return mAudioService.isSADevice(deviceState); in isSADevice()
10838 /*package*/ boolean isSADevice(AdiDeviceState deviceState) { in isSADevice() method in AudioService10839 return mSpatializerHelper.isSADevice(deviceState); in isSADevice()