HomeSort by relevance Sort by last modified time
    Searched refs:wait_timestamp (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 165 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;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 167 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;
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 165 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;
    [all...]

Completed in 494 milliseconds