Searched refs:stop_thread (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_video/test/src/
H A Dtest_framemanager.c3 gboolean stop_thread = FALSE; variable
14 while(!stop_thread) {
174 stop_thread = TRUE;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3Base.h105 bool stop_thread; member in struct:qcamera::__anon2896
H A DQCameraHAL3RawSnapshotTest.cpp163 msg.stop_thread = 1;
240 if (msg.stop_thread) {
H A DQCameraHAL3SnapshotTest.cpp161 msg.stop_thread = 1;
231 if (msg.stop_thread) {
/hardware/libhardware/modules/vehicle/
H A Dvehicle.c60 uint32_t stop_thread; member in struct:subscription
410 if (sub->stop_thread) {
470 sub->stop_thread = 0;
506 sub->stop_thread = 1;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp167 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)
1457 ctx->stop_thread = true;
1754 ctx->stop_thread = false;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp167 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)
1463 ctx->stop_thread = true;
1760 ctx->stop_thread = false;
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp166 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)
1441 ctx->stop_thread = true;
1738 ctx->stop_thread = false;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp167 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)
1408 ctx->stop_thread = true;
1700 ctx->stop_thread = false;
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp166 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)
1466 ctx->stop_thread = true;
1763 ctx->stop_thread = false;
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp169 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)
1465 ctx->stop_thread = true;
1762 ctx->stop_thread = false;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp169 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)
1465 ctx->stop_thread = true;
1762 ctx->stop_thread = false;

Completed in 152 milliseconds