OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC1_ERROR_BAD_VALUE
(Results
1 - 9
of
9
) sorted by null
/hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h
384
return static_cast<int32_t>(
GRALLOC1_ERROR_BAD_VALUE
);
397
return static_cast<int32_t>(
GRALLOC1_ERROR_BAD_VALUE
);
400
return static_cast<int32_t>(
GRALLOC1_ERROR_BAD_VALUE
);
411
return static_cast<int32_t>(
GRALLOC1_ERROR_BAD_VALUE
);
Gralloc1Allocator.cpp
185
case
GRALLOC1_ERROR_BAD_VALUE
:
/device/google/contexthub/sensorhal/
directchannel.cpp
218
case
GRALLOC1_ERROR_BAD_VALUE
:
/hardware/interfaces/graphics/mapper/2.0/default/
Gralloc1Mapper.cpp
102
case
GRALLOC1_ERROR_BAD_VALUE
:
/hardware/libhardware/include/hardware/
gralloc1.h
165
GRALLOC1_ERROR_BAD_VALUE
= 3,
407
*
GRALLOC1_ERROR_BAD_VALUE
- an invalid usage flag was passed in
451
*
GRALLOC1_ERROR_BAD_VALUE
- format is invalid
475
*
GRALLOC1_ERROR_BAD_VALUE
- the layer count is invalid
495
*
GRALLOC1_ERROR_BAD_VALUE
- an invalid usage flag was passed in
[
all
...]
/hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp
446
// return
GRALLOC1_ERROR_BAD_VALUE
;
451
return
GRALLOC1_ERROR_BAD_VALUE
;
gr_buf_mgr.cpp
310
return
GRALLOC1_ERROR_BAD_VALUE
;
/hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.cpp
410
// return
GRALLOC1_ERROR_BAD_VALUE
;
415
return
GRALLOC1_ERROR_BAD_VALUE
;
gr_buf_mgr.cpp
274
return
GRALLOC1_ERROR_BAD_VALUE
;
Completed in 105 milliseconds