HomeSort by relevance Sort by last modified time
    Searched defs:mClientProxy (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/location/
ContextHubClient.java 43 private IContextHubClient mClientProxy = null;
68 if (mClientProxy != null) {
72 mClientProxy = clientProxy;
95 mClientProxy.close();
123 return mClientProxy.sendMessageToNanoApp(message);
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 259 sp<AudioTrackClientProxy> mClientProxy;

Completed in 76 milliseconds