Searched defs:mClientProxy (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DContextHubClient.java43 private IContextHubClient mClientProxy = null; field in class:ContextHubClient
68 if (mClientProxy != null) {
72 mClientProxy = clientProxy;
95 mClientProxy.close();
123 return mClientProxy.sendMessageToNanoApp(message);
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h259 sp<AudioTrackClientProxy> mClientProxy; member in class:OutputTrack

Completed in 74 milliseconds