Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/android/
Dpsb_gralloc.cpp149 uint32_t _status = 0U; in gralloc_getdisplaystatus() local
150 err = mAllocMod->perform(mAllocMod, GRALLOC_MODULE_GET_DISPLAY_STATUS_IMG, handle, &_status); in gralloc_getdisplaystatus()
151 *status = (int)_status; in gralloc_getdisplaystatus()