Searched refs:mClientProxy (Results 1 – 3 of 3) sorted by relevance
44 private IContextHubClient mClientProxy = null; field in ContextHubClient81 if (mClientProxy != null) { in setClientProxy()85 mClientProxy = clientProxy; in setClientProxy()115 mClientProxy.close(); in close()143 return mClientProxy.sendMessageToNanoApp(message); in sendMessageToNanoApp()
334 (void) mClientProxy->getTimestamp(×tamp); in getClientProxyTimestamp()356 sp<AudioTrackClientProxy> mClientProxy; variable
1583 mClientProxy = new AudioTrackClientProxy(mCblk, mBuffer, mFrameCount, mFrameSize,1585 mClientProxy->setVolumeLR(GAIN_MINIFLOAT_PACKED_UNITY);1586 mClientProxy->setSendLevel(0.0);1587 mClientProxy->setSampleRate(sampleRate);1676 mClientProxy->releaseBuffer(&buf); in write()1754 status_t status = mClientProxy->obtainBuffer(&buf, &timeout); in obtainBuffer()