Searched defs:contextType (Results  1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ | 
| D | ContentControlIdKeeper.java | 54     public static synchronized int acquireCcid(ParcelUuid userUuid, int contextType) {  in acquireCcid()
  | 
| D | LeAudioNativeInterface.java | 301     public void setCcidInformation(int ccid, int contextType) {  in setCcidInformation() 331     private native void setCcidInformationNative(int ccid, int contextType);  in setCcidInformationNative()
  | 
| D | LeAudioService.java | 2093     public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) {  in setCcidInformation() 2776         public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType,  in setCcidInformation()
  | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothLeAudio.aidl | 67 …void setCcidInformation(in ParcelUuid userUuid, in int ccid, in int contextType, in AttributionSou…  in setCcidInformation()
  | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ | 
| D | LeAudioBinderTest.java | 189         int contextType = BluetoothLeAudio.CONTEXT_TYPE_UNSPECIFIED;  in setCcidInformation()  local
  | 
| /packages/modules/Bluetooth/android/app/jni/ | 
| D | com_android_bluetooth_le_audio.cpp | 525                                      jint contextType) {  in setCcidInformationNative()
  |