Home
last modified time | relevance | path

Searched refs:serverStore (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp77 MEDIA_ERR_LOG("No available serverStore in surface."); in GetCacheBuffer()
100 AudioCapturerServer *serverStore = (AudioCapturerServer *)serverStr; in ReadAudioDataProcess() local
101 if (serverStore == nullptr || serverStore->surface_ == nullptr) { in ReadAudioDataProcess()
102 MEDIA_ERR_LOG("No available serverStore in surface."); in ReadAudioDataProcess()
107 while (!serverStore->threadExit_) { in ReadAudioDataProcess()
109 SurfaceBuffer *surfaceBuf = serverStore->GetCacheBuffer(); in ReadAudioDataProcess()
114 uint32_t size = serverStore->surface_->GetSize(); in ReadAudioDataProcess()
117 serverStore->CancelBuffer(surfaceBuf); in ReadAudioDataProcess()
123 int32_t readLen = serverStore in ReadAudioDataProcess()
[all...]

Completed in 2 milliseconds