Lines Matching refs:ResultDispatcher
31 std::unique_ptr<ResultDispatcher> ResultDispatcher::Create( in Create()
35 auto dispatcher = std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Create()
45 ResultDispatcher::ResultDispatcher( in ResultDispatcher() function in android::google_camera_hal::ResultDispatcher
66 ResultDispatcher::~ResultDispatcher() { in ~ResultDispatcher()
77 void ResultDispatcher::RemovePendingRequest(uint32_t frame_number) { in RemovePendingRequest()
83 status_t ResultDispatcher::AddPendingRequest( in AddPendingRequest()
99 status_t ResultDispatcher::AddPendingRequestLocked( in AddPendingRequestLocked()
139 status_t ResultDispatcher::AddPendingShutterLocked(uint32_t frame_number) { in AddPendingShutterLocked()
151 status_t ResultDispatcher::AddPendingFinalResultMetadataLocked( in AddPendingFinalResultMetadataLocked()
165 status_t ResultDispatcher::AddPendingBufferLocked(uint32_t frame_number, in AddPendingBufferLocked()
187 void ResultDispatcher::RemovePendingRequestLocked(uint32_t frame_number) { in RemovePendingRequestLocked()
197 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult()
239 status_t ResultDispatcher::AddShutter(uint32_t frame_number, in AddShutter()
270 status_t ResultDispatcher::AddError(const ErrorMessage& error) { in AddError()
294 void ResultDispatcher::NotifyResultMetadata( in NotifyResultMetadata()
309 status_t ResultDispatcher::AddFinalResultMetadata( in AddFinalResultMetadata()
334 status_t ResultDispatcher::AddResultMetadata( in AddResultMetadata()
361 status_t ResultDispatcher::AddBuffer(uint32_t frame_number, in AddBuffer()
393 void ResultDispatcher::NotifyCallbackThreadLoop() { in NotifyCallbackThreadLoop()
418 void ResultDispatcher::PrintTimeoutMessages() { in PrintTimeoutMessages()
438 status_t ResultDispatcher::GetReadyShutterMessage(NotifyMessage* message) { in GetReadyShutterMessage()
459 void ResultDispatcher::NotifyShutters() { in NotifyShutters()
474 status_t ResultDispatcher::GetReadyFinalMetadata( in GetReadyFinalMetadata()
501 void ResultDispatcher::NotifyFinalResultMetadata() { in NotifyFinalResultMetadata()
515 status_t ResultDispatcher::GetReadyBufferResult( in GetReadyBufferResult()
552 void ResultDispatcher::NotifyBuffers() { in NotifyBuffers()