OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC1_ERROR_NOT_SHARED
(Results
1 - 10
of
10
) sorted by null
/hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.cpp
187
case
GRALLOC1_ERROR_NOT_SHARED
:
307
if (error != GRALLOC1_ERROR_NONE && error !=
GRALLOC1_ERROR_NOT_SHARED
) {
Gralloc1On0Adapter.cpp
313
error =
GRALLOC1_ERROR_NOT_SHARED
;
/device/google/contexthub/sensorhal/
directchannel.cpp
258
case
GRALLOC1_ERROR_NOT_SHARED
:
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc1.h
157
case
GRALLOC1_ERROR_NOT_SHARED
:
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc1.h
157
case
GRALLOC1_ERROR_NOT_SHARED
:
/hardware/interfaces/graphics/mapper/2.0/default/
Gralloc1Mapper.cpp
104
case
GRALLOC1_ERROR_NOT_SHARED
:
/hardware/libhardware/include/hardware/
gralloc1.h
166
GRALLOC1_ERROR_NOT_SHARED
= 4,
686
* stores and return
GRALLOC1_ERROR_NOT_SHARED
if it is successful.
697
* lead to a GRALLOC1_ERROR_NO_RESOURCES error),
GRALLOC1_ERROR_NOT_SHARED
if
713
*
GRALLOC1_ERROR_NOT_SHARED
- allocation was successful, but required more
[
all
...]
/hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp
121
status = shared ?
GRALLOC1_ERROR_NOT_SHARED
: status;
152
return
GRALLOC1_ERROR_NOT_SHARED
;
/hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.cpp
121
status = shared ?
GRALLOC1_ERROR_NOT_SHARED
: status;
152
return
GRALLOC1_ERROR_NOT_SHARED
;
/hardware/qcom/display/sdm845/libgralloc1/
gr_buf_mgr.cpp
127
status = shared ?
GRALLOC1_ERROR_NOT_SHARED
: status;
158
return
GRALLOC1_ERROR_NOT_SHARED
;
Completed in 590 milliseconds