Home
last modified time | relevance | path

Searched refs:nativeCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java47 A2dpNativeInterface(@NonNull A2dpNativeCallback nativeCallback) { in A2dpNativeInterface() argument
48 mNativeCallback = requireNonNull(nativeCallback); in A2dpNativeInterface()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java34 VolumeControlNativeInterface(VolumeControlNativeCallback nativeCallback) { in VolumeControlNativeInterface() argument
35 mNativeCallback = requireNonNull(nativeCallback); in VolumeControlNativeInterface()