HomeSort by relevance Sort by last modified time
    Searched defs:stop_thread (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/libmix/mix_video/test/src/
test_framemanager.c 3 gboolean stop_thread = FALSE; variable
14 while(!stop_thread) {
174 stop_thread = TRUE;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 105 bool stop_thread; member in struct:qcamera::__anon48869
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
248 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
248 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 169 bool stop_thread; member in struct:copybit_context_t
223 while(ctx->stop_thread == false) {
225 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
250 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit_c2d.cpp 169 bool stop_thread; member in struct:copybit_context_t
223 while(ctx->stop_thread == false) {
225 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
250 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
246 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 166 bool stop_thread; member in struct:copybit_context_t
220 while(ctx->stop_thread == false) {
222 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
247 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 169 bool stop_thread; member in struct:copybit_context_t
223 while(ctx->stop_thread == false) {
225 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
250 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
248 if(ctx->stop_thread)
    [all...]

Completed in 249 milliseconds