Lines Matching refs:ResultDispatcher

30 std::unique_ptr<ResultDispatcher> ResultDispatcher::Create(  in Create()
34 auto dispatcher = std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Create()
44 ResultDispatcher::ResultDispatcher( in ResultDispatcher() function in android::google_camera_hal::ResultDispatcher
55 ResultDispatcher::~ResultDispatcher() { in ~ResultDispatcher()
66 void ResultDispatcher::RemovePendingRequest(uint32_t frame_number) { in RemovePendingRequest()
72 status_t ResultDispatcher::AddPendingRequest( in AddPendingRequest()
88 status_t ResultDispatcher::AddPendingRequestLocked( in AddPendingRequestLocked()
128 status_t ResultDispatcher::AddPendingShutterLocked(uint32_t frame_number) { in AddPendingShutterLocked()
140 status_t ResultDispatcher::AddPendingFinalResultMetadataLocked( in AddPendingFinalResultMetadataLocked()
154 status_t ResultDispatcher::AddPendingBufferLocked(uint32_t frame_number, in AddPendingBufferLocked()
176 void ResultDispatcher::RemovePendingRequestLocked(uint32_t frame_number) { in RemovePendingRequestLocked()
186 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult()
225 status_t ResultDispatcher::AddShutter(uint32_t frame_number, in AddShutter()
253 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
272 void ResultDispatcher::NotifyResultMetadata( in NotifyResultMetadata()
286 status_t ResultDispatcher::AddFinalResultMetadata( in AddFinalResultMetadata()
311 status_t ResultDispatcher::AddResultMetadata( in AddResultMetadata()
338 status_t ResultDispatcher::AddBuffer(uint32_t frame_number, in AddBuffer()
370 void ResultDispatcher::NotifyCallbackThreadLoop() { in NotifyCallbackThreadLoop()
390 void ResultDispatcher::PrintTimeoutMessages() { in PrintTimeoutMessages()
410 status_t ResultDispatcher::GetReadyShutterMessage(NotifyMessage* message) { in GetReadyShutterMessage()
433 void ResultDispatcher::NotifyShutters() { in NotifyShutters()
445 status_t ResultDispatcher::GetReadyFinalMetadata( in GetReadyFinalMetadata()
472 void ResultDispatcher::NotifyFinalResultMetadata() { in NotifyFinalResultMetadata()
486 status_t ResultDispatcher::GetReadyBufferResult( in GetReadyBufferResult()
523 void ResultDispatcher::NotifyBuffers() { in NotifyBuffers()