OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC1_ERROR_NONE
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp
190
return
GRALLOC1_ERROR_NONE
;
201
return
GRALLOC1_ERROR_NONE
;
217
return
GRALLOC1_ERROR_NONE
;
223
if (status ==
GRALLOC1_ERROR_NONE
) {
234
if (status ==
GRALLOC1_ERROR_NONE
) {
245
if (status ==
GRALLOC1_ERROR_NONE
) {
256
if (status ==
GRALLOC1_ERROR_NONE
) {
267
if (status ==
GRALLOC1_ERROR_NONE
) {
283
return
GRALLOC1_ERROR_NONE
;
289
if (status ==
GRALLOC1_ERROR_NONE
) {
[
all
...]
gr_buf_mgr.cpp
67
gralloc1_error_t status =
GRALLOC1_ERROR_NONE
;
161
return
GRALLOC1_ERROR_NONE
;
180
return
GRALLOC1_ERROR_NONE
;
194
if (MapBuffer(hnd) ==
GRALLOC1_ERROR_NONE
) {
200
return
GRALLOC1_ERROR_NONE
;
222
return
GRALLOC1_ERROR_NONE
;
228
gralloc1_error_t err =
GRALLOC1_ERROR_NONE
;
263
gralloc1_error_t status =
GRALLOC1_ERROR_NONE
;
638
return
GRALLOC1_ERROR_NONE
;
/frameworks/native/libs/ui/
GraphicBufferMapper.cpp
57
ALOGW_IF(error !=
GRALLOC1_ERROR_NONE
, "registerBuffer(%p) failed: %d",
68
ALOGW_IF(error !=
GRALLOC1_ERROR_NONE
, "registerBuffer(%p) failed: %d",
79
ALOGW_IF(error !=
GRALLOC1_ERROR_NONE
, "unregisterBuffer(%p): failed %d",
128
ALOGW_IF(error !=
GRALLOC1_ERROR_NONE
, "lock(%p, ...) failed: %d", handle,
170
ALOGW_IF(error !=
GRALLOC1_ERROR_NONE
, "lockYCbCr(%p, ...) failed: %d",
177
if (error !=
GRALLOC1_ERROR_NONE
) {
195
if (error !=
GRALLOC1_ERROR_NONE
) {
281
if (error !=
GRALLOC1_ERROR_NONE
) {
GraphicBufferAllocator.cpp
100
if (error !=
GRALLOC1_ERROR_NONE
) {
105
if (error !=
GRALLOC1_ERROR_NONE
) {
111
if (error !=
GRALLOC1_ERROR_NONE
) {
117
if (error !=
GRALLOC1_ERROR_NONE
) {
123
if (error !=
GRALLOC1_ERROR_NONE
) {
130
if (error !=
GRALLOC1_ERROR_NONE
) {
157
if (error !=
GRALLOC1_ERROR_NONE
) {
Gralloc1On0Adapter.cpp
203
return
GRALLOC1_ERROR_NONE
;
217
return
GRALLOC1_ERROR_NONE
;
264
return
GRALLOC1_ERROR_NONE
;
280
if (error !=
GRALLOC1_ERROR_NONE
) {
292
return
GRALLOC1_ERROR_NONE
;
299
return
GRALLOC1_ERROR_NONE
;
319
return
GRALLOC1_ERROR_NONE
;
332
return
GRALLOC1_ERROR_NONE
;
354
return
GRALLOC1_ERROR_NONE
;
383
return
GRALLOC1_ERROR_NONE
;
[
all
...]
Gralloc1.cpp
35
if (error !=
GRALLOC1_ERROR_NONE
) {
45
if (error !=
GRALLOC1_ERROR_NONE
) {
67
if (error !=
GRALLOC1_ERROR_NONE
) {
125
if (error !=
GRALLOC1_ERROR_NONE
) {
140
return error ==
GRALLOC1_ERROR_NONE
|| error == GRALLOC1_ERROR_NOT_SHARED;
173
gralloc1_error_t error =
GRALLOC1_ERROR_NONE
;
223
if (error ==
GRALLOC1_ERROR_NONE
) {
269
if (error ==
GRALLOC1_ERROR_NONE
) {
/frameworks/native/include/ui/
Gralloc1On0Adapter.h
140
return
GRALLOC1_ERROR_NONE
;
145
return
GRALLOC1_ERROR_NONE
;
150
return
GRALLOC1_ERROR_NONE
;
155
return
GRALLOC1_ERROR_NONE
;
228
return
GRALLOC1_ERROR_NONE
;
234
return
GRALLOC1_ERROR_NONE
;
241
return
GRALLOC1_ERROR_NONE
;
246
return
GRALLOC1_ERROR_NONE
;
253
return
GRALLOC1_ERROR_NONE
;
259
return
GRALLOC1_ERROR_NONE
;
[
all
...]
/hardware/libhardware/include/hardware/
gralloc1.h
148
GRALLOC1_ERROR_NONE
= 0,
349
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
364
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
391
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
417
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
435
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
455
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
491
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
513
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors:
535
* Returns
GRALLOC1_ERROR_NONE
or one of the following errors
[
all
...]
Completed in 207 milliseconds