Searched refs:wait_timestamp (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp165 bool wait_timestamp; member in struct:copybit_context_t
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
227 if(ctx->wait_timestamp) {
231 ctx->wait_timestamp = false;
641 ctx->wait_timestamp = true;
1699 ctx->wait_timestamp = false;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp167 bool wait_timestamp; member in struct:copybit_context_t
225 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
229 if(ctx->wait_timestamp) {
233 ctx->wait_timestamp = false;
652 ctx->wait_timestamp = true;
1733 ctx->wait_timestamp = false;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp165 bool wait_timestamp; member in struct:copybit_context_t
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
227 if(ctx->wait_timestamp) {
231 ctx->wait_timestamp = false;
641 ctx->wait_timestamp = true;
1699 ctx->wait_timestamp = false;

Completed in 125 milliseconds