Searched refs:START_STREAM (Results 1 – 5 of 5) sorted by relevance
24 START_STREAM = 0, enumerator
164 stateListener->OnOperationHandled(START_STREAM, 0); in OnStatusUpdate()
226 stateListener->OnOperationHandled(START_STREAM, 0); in OnStatusUpdate()
1313 return notifiedOperation_ == START_STREAM; // will be false when got notified. in StartAudioStream()1316 if (notifiedOperation_ != START_STREAM || notifiedResult_ != SUCCESS) { in StartAudioStream()
137 case START_STREAM : in OnOperationHandled()