Home
last modified time | relevance | path

Searched refs:getFrameDuration (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecStatus.java136 if ((codecConfig.getFrameDuration() != BluetoothLeAudioCodecConfig.FRAME_DURATION_NONE) in isCodecConfigSelectable()
137 && ((codecConfig.getFrameDuration() & selectableConfig.getFrameDuration()) == 0)) { in isCodecConfigSelectable()
DBluetoothLeAudioCodecConfig.java435 public @FrameDuration int getFrameDuration() { in getFrameDuration() method in BluetoothLeAudioCodecConfig
463 && other.getFrameDuration() == mFrameDuration in equals()
514 mFrameDuration = config.getFrameDuration(); in Builder()
DBluetoothLeAudioCodecConfigMetadata.java110 && mFrameDuration == oth.getFrameDuration() in equals()
176 public @FrameDuration int getFrameDuration() { in getFrameDuration() method in BluetoothLeAudioCodecConfigMetadata
359 mFrameDuration = original.getFrameDuration(); in Builder()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp68 jmethodID getFrameDuration; member
621 android_bluetooth_BluetoothLeAudioCodecConfig.getFrameDuration); in setCodecConfigPreferenceNative()
663 android_bluetooth_BluetoothLeAudioCodecConfig.getFrameDuration); in setCodecConfigPreferenceNative()
1665 &android_bluetooth_BluetoothLeAudioCodecConfig.getFrameDuration}, in register_com_android_bluetooth_le_audio()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt960 method public int getFrameDuration();
Dsystem-current.txt515 method public int getFrameDuration();