HomeSort by relevance Sort by last modified time
    Searched refs:registerClient (Results 1 - 24 of 24) sorted by null

  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.h 50 void registerClient(android::sp<QHDMIClient>& client);
QHDMIClient.cpp 57 void QHDMIClient::registerClient(sp<QHDMIClient>& client)
qhdmi_cec.cpp 449 ctx->disp_client->registerClient(ctx->disp_client);
  /hardware/qcom/display/msmcobalt/hdmi_cec/
QHDMIClient.h 50 void registerClient(android::sp<QHDMIClient>& client);
QHDMIClient.cpp 57 void QHDMIClient::registerClient(sp<QHDMIClient>& client)
qhdmi_cec.cpp 449 ctx->disp_client->registerClient(ctx->disp_client);
  /system/bt/service/doc/
IBluetoothLowEnergy.txt 27 boolean registerClient(in IBluetoothLowEnergyCallback callback);
IBluetoothGattClient.txt 31 boolean registerClient(in IBluetoothGattClientCallback callback);
47 * registerClient.
57 * an error. |client_id| is the identifier obtained via registerClient.
71 * registerClient.
92 * obtained via registerClient.
109 * registerClient.
130 * registerClient.
141 * be initiated. |client_id| is obtained via registerClient.
150 * |client_id| is obtained via registerClient.
165 * registerClient
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 48 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);
BluetoothGatt.java 590 mService.registerClient(new ParcelUuid(uuid), mBluetoothGattCallback);
    [all...]
  /frameworks/av/include/media/
IAudioFlinger.h 142 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
IAudioPolicyService.h 151 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 263 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
BluetoothLeScanner.java 304 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 75 af->registerClient(afc);
717 ap->registerClient(apc);
    [all...]
IAudioFlinger.cpp 432 virtual void registerClient(const sp<IAudioFlingerClient>& client)
    [all...]
IAudioPolicyService.cpp 646 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 108 public void registerClient(FrameClient client) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 161 virtual void registerClient(const sp<IAudioFlingerClient>& client);
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 187 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client);
AudioPolicyService.cpp 148 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client)
161 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 344 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) {
347 service.registerClient(uuid.getUuid(), callback);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 2052 milliseconds