Home
last modified time | relevance | path

Searched refs:TX_BOTH (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.cpp38 TX_BOTH, enumerator
50 dir = TX_BOTH; in get_tx_direction()
69 hnd->cpu_read = (direction == TX_FROM_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()
70 hnd->cpu_write = (direction == TX_TO_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferaccess.cpp48 TX_BOTH, enumerator
60 dir = TX_BOTH; in get_tx_direction()
88 hnd->cpu_read = (direction == TX_FROM_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()
89 hnd->cpu_write = (direction == TX_TO_DEVICE || direction == TX_BOTH) ? 1 : 0; in buffer_sync()