Searched refs:mClientProxy (Results 1 – 3 of 3) sorted by relevance
46 private IContextHubClient mClientProxy = null; field in ContextHubClient83 if (mClientProxy != null) { in setClientProxy()87 mClientProxy = clientProxy; in setClientProxy()117 mClientProxy.close(); in close()156 return mClientProxy.sendMessageToNanoApp(message); in sendMessageToNanoApp()
347 (void) mClientProxy->getTimestamp(×tamp); in getClientProxyTimestamp()369 sp<AudioTrackClientProxy> mClientProxy; variable
1611 mClientProxy = new AudioTrackClientProxy(mCblk, mBuffer, mFrameCount, mFrameSize,1613 mClientProxy->setVolumeLR(GAIN_MINIFLOAT_PACKED_UNITY);1614 mClientProxy->setSendLevel(0.0);1615 mClientProxy->setSampleRate(sampleRate);1704 mClientProxy->releaseBuffer(&buf); in write()1782 status_t status = mClientProxy->obtainBuffer(&buf, &timeout); in obtainBuffer()