/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | ContentControlIdKeeper.java | 63 public static synchronized int acquireCcid(ParcelUuid userUuid, int contextType) { in acquireCcid() argument 65 if (contextType == BluetoothLeAudio.CONTEXT_TYPE_INVALID) { in acquireCcid() 66 Log.e(TAG, "Invalid context type value: " + contextType); in acquireCcid() 95 sUuidToCcidContextPair.put(userUuid, new Pair(ccid, contextType)); in acquireCcid() 103 service.setCcidInformation(userUuid, ccid, contextType); in acquireCcid()
|
D | LeAudioNativeInterface.java | 355 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation() argument 356 Log.d(TAG, "setCcidInformation ccid: " + ccid + " context type: " + contextType); in setCcidInformation() 357 setCcidInformationNative(ccid, contextType); in setCcidInformation() 445 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative() argument
|
D | LeAudioService.java | 4166 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) { in setCcidInformation() argument 4176 mNativeInterface.setCcidInformation(ccid, contextType); in setCcidInformation() 5121 ParcelUuid userUuid, int ccid, int contextType, AttributionSource source) { in setCcidInformation() argument 5131 service.setCcidInformation(userUuid, ccid, contextType); in setCcidInformation()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBinderTest.java | 230 int contextType = BluetoothLeAudio.CONTEXT_TYPE_UNSPECIFIED; in setCcidInformation() local 233 mBinder.setCcidInformation(uuid, ccid, contextType, source); in setCcidInformation() 234 verify(mLeAudioService).setCcidInformation(uuid, ccid, contextType); in setCcidInformation()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeAudio.aidl | 67 …void setCcidInformation(in ParcelUuid userUuid, in int ccid, in int contextType, in AttributionSou… in setCcidInformation() argument
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 692 jint ccid, jint contextType) { in setCcidInformationNative() argument 699 sLeAudioClientInterface->SetCcidInformation(ccid, contextType); in setCcidInformationNative()
|
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |