Searched refs:IsStreaming (Results 1 – 7 of 7) sorted by relevance
642 ALOG_ASSERT(!mInputQueue->IsStreaming()); in configureInputFormat()756 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in configureOutputFormat()1068 if (!mInputQueue->IsStreaming()) { in encode()1069 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in encode()1096 ALOG_ASSERT(mInputQueue->IsStreaming() && mOutputQueue->IsStreaming()); in drain()1124 if (queue && queue->IsStreaming() && !queue->Streamoff()) { in flush()1611 ALOG_ASSERT(!mInputQueue->IsStreaming()); in createInputBuffers()1628 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in createOutputBuffers()1654 ALOG_ASSERT(!mInputQueue->IsStreaming()); in destroyInputBuffers()1664 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in destroyOutputBuffers()
344 event, StateToString(mState), (mInputQueue->IsStreaming() ? "streamon" : "streamoff"), in serviceDeviceTask()347 (mOutputQueue->IsStreaming() ? "streamon" : "streamoff"), in serviceDeviceTask()
72 bool IsStreaming(const grpc::string& method, bool is_request);
200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming() function in grpc::testing::ProtoFileParser
509 if (parser->IsStreaming(method_name, true /* is_request */)) { in CallMethod()600 if (parser->IsStreaming(method_name, false /* is_request */)) { in CallMethod()
778 if (IsStreaming()) { in AllocateBuffers()849 if (IsStreaming()) { in DeallocateBuffers()950 if (!IsStreaming()) { in DequeueBuffer()996 bool V4L2Queue::IsStreaming() const { in IsStreaming() function in media::V4L2Queue
325 bool IsStreaming() const;