Searched refs:registerClient (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl47 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);
H A DBluetoothGatt.java674 mService.registerClient(new ParcelUuid(uuid), mBluetoothGattCallback);
/frameworks/av/include/media/
H A DIAudioFlinger.h142 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
H A DIAudioPolicyService.h145 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java264 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
H A DBluetoothLeScanner.java240 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java108 public void registerClient(FrameClient client) { method in class:CameraStreamer.CamFrameHandler
1775 public void registerClient(FrameClient client) { method in class:CameraStreamer
1776 mCameraRunner.getCamFrameHandler().registerClient(client);
1790 * This must be called from the same thread as the {@link #registerClient(FrameClient)} call!
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp85 af->registerClient(afc);
583 ap->registerClient(apc);
H A DIAudioPolicyService.cpp629 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) function in class:android::BpAudioPolicyService
1164 registerClient(client);
H A DIAudioFlinger.cpp418 virtual void registerClient(const sp<IAudioFlingerClient>& client) function in class:android::BpAudioFlinger
1077 registerClient(client);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h179 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client);
H A DAudioPolicyService.cpp149 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client) function in class:android::AudioPolicyService
159 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h156 virtual void registerClient(const sp<IAudioFlingerClient>& client);
H A DAudioFlinger.cpp1195 void AudioFlinger::registerClient(const sp<IAudioFlingerClient>& client) function in class:android::AudioFlinger
1210 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);

Completed in 217 milliseconds