Lines Matching refs:load
56 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in handleConfigPhase()
113 if (mGraphState.load() != PrebuiltGraphState::STOPPED) { in handleExecutionPhase()
134 if (mGraphState.load() != PrebuiltGraphState::RUNNING) { in handleStopWithFlushPhase()
149 if (mGraphState.load() != PrebuiltGraphState::RUNNING) { in handleStopImmediatePhase()
163 if (mGraphState.load() != PrebuiltGraphState::STOPPED) { in handleResetPhase()
185 if (mPrebuiltGraphInstance->mGraphState.load() != PrebuiltGraphState::UNINITIALIZED) { in GetPrebuiltGraphFromLibrary()
263 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetStatus()
273 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetErrorMessage()
294 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in SetInputStreamData()
308 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in SetInputStreamPixelData()
348 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetDebugInfo()