Lines Matching refs:mClient
54 mClient = std::move(client); in setClientInterface()
85 return mClient->activate(); in activate()
286 ret = mClient->handleConfigPhase(config); in broadcastClientConfig()
303 (void)mClient->handleConfigPhase(config); in abortClientConfig()
344 ret = mClient->handleExecutionPhase(runEvent); in broadcastStartRun()
388 (void)mClient->handleExecutionPhase(runEvent); in broadcastAbortRun()
410 (void)mClient->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
432 (void)mClient->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
457 (void)mClient->handleStopImmediatePhase(stopEvent); in broadcastHalt()
478 (void)mClient->handleStopImmediatePhase(stopEvent); in broadcastHalt()
487 (void)mClient->handleResetPhase(resetEvent); in broadcastReset()
492 (void)mClient->handleResetPhase(resetEvent); in broadcastReset()
558 return mClient->dispatchPacketToClient(streamId, dataHandle); in forwardOutputDataToClient()
568 Status status = mClient->dispatchPacketToClient(streamId, dataHandle); in forwardOutputDataToClient()
692 if (mClient) { in processCommands()
693 Status status = mClient->deliverGraphDebugInfo(debugData); in processCommands()