HomeSort by relevance Sort by last modified time
    Searched refs:registerClient (Results 1 - 23 of 23) 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/msm8998/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/av/media/libaudioclient/include/media/
IAudioFlinger.h 143 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/
IBluetoothGatt.aidl 74 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);
BluetoothGatt.java 742 mService.registerClient(new ParcelUuid(uuid), mBluetoothGattCallback);
    [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 78 af->registerClient(afc);
723 ap->registerClient(apc);
    [all...]
IAudioFlinger.cpp 436 virtual void registerClient(const sp<IAudioFlingerClient>& client)
    [all...]
IAudioPolicyService.cpp 659 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/audiopolicy/service/
AudioPolicyService.h 183 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client);
AudioPolicyService.cpp 99 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client)
112 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 177 virtual void registerClient(const sp<IAudioFlingerClient>& client);
    [all...]
AudioFlinger.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 358 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) {
361 service.registerClient(uuid.getUuid(), callback);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 302 milliseconds