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

  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 207 if (current_value & private_handle_t::LOCK_STATE_WRITE) {
226 new_value |= private_handle_t::LOCK_STATE_WRITE;
234 if (new_value & private_handle_t::LOCK_STATE_WRITE) {
297 if (current_value & private_handle_t::LOCK_STATE_WRITE) {
301 new_value &= ~private_handle_t::LOCK_STATE_WRITE;
gralloc_priv.h 102 LOCK_STATE_WRITE = 1<<31,

Completed in 72 milliseconds