Home
last modified time | relevance | path

Searched refs:mClientProxy (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DContextHubClient.java50 private IContextHubClient mClientProxy = null; field in ContextHubClient
89 if (mClientProxy != null) { in setClientProxy()
93 mClientProxy = clientProxy; in setClientProxy()
95 mId = mClientProxy.getId(); in setClientProxy()
153 mClientProxy.close(); in close()
255 return mClientProxy.sendMessageToNanoApp(message); in doSendMessageToNanoApp()
257 return mClientProxy.sendReliableMessageToNanoApp(message, transactionCallback); in doSendMessageToNanoApp()
281 mClientProxy.callbackFinished(); in callbackFinished()
292 mClientProxy.reliableMessageCallbackFinished(messageSequenceNumber, errorCode); in reliableMessageCallbackFinished()
300 while (mClientProxy == null) { in waitForClientProxy()
/frameworks/av/services/audioflinger/
DPlaybackTracks.h445 (void) mClientProxy->getTimestamp(&timestamp); in getClientProxyTimestamp()
467 sp<AudioTrackClientProxy> mClientProxy; variable
DTracks.cpp2200 mClientProxy = new AudioTrackClientProxy(mCblk, mBuffer, mFrameCount, mFrameSize,
2202 mClientProxy->setVolumeLR(GAIN_MINIFLOAT_PACKED_UNITY);
2203 mClientProxy->setSendLevel(0.0);
2204 mClientProxy->setSampleRate(sampleRate);
2244 ClientProxy::Buffer buf { .mFrameCount = mClientProxy->getStartThresholdInFrames() }; in write()
2245 status_t status = mClientProxy->obtainBuffer(&buf); in write()
2251 mClientProxy->releaseBuffer(&buf); in write()
2324 mClientProxy->releaseBuffer(&buf); in write()
2410 status_t status = mClientProxy->obtainBuffer(&buf, &timeout); in obtainBuffer()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21091 Landroid/hardware/location/ContextHubClient;->mClientProxy:Landroid/hardware/location/IContextHubCl…