Home
last modified time | relevance | path

Searched refs:needExit (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/host/
H A Dmain.cpp286 bool needExit = false; in GetCommandlineOptions() local
297 needExit = true; in GetCommandlineOptions()
298 return needExit; in GetCommandlineOptions()
303 needExit = true; in GetCommandlineOptions()
304 return needExit; in GetCommandlineOptions()
313 needExit = true; in GetCommandlineOptions()
314 return needExit; in GetCommandlineOptions()
339 needExit = true; in GetCommandlineOptions()
340 return needExit; in GetCommandlineOptions()
347 needExit in GetCommandlineOptions()
[all...]
/developtools/hdc/src/common/
H A Dchannel.cpp116 bool needExit = false; in ReadStream() local
134 needExit = true; in ReadStream()
143 needExit = true; in ReadStream()
155 needExit = true; in ReadStream()
165 needExit = true; in ReadStream()
171 if (needExit) { in ReadStream()
173 WRITE_LOG(LOG_DEBUG, "Read Stream needExit, FreeChannel finish channelId:%u", channelId); in ReadStream()

Completed in 3 milliseconds