OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeapMem
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp
52
mHeapMem
(maxHeapBuffer),
86
return (
mHeapMem
.getCnt() + mGrallocMem.getCnt());
104
for (uint32_t i = 0; i <
mHeapMem
.getCnt(); i ++)
124
return
mHeapMem
.getFd(index);
144
return
mHeapMem
.getSize(index);
166
return
mHeapMem
.invalidateCache(index);
188
return
mHeapMem
.cleanInvalidateCache(index);
213
ret =
mHeapMem
.getBufDef(offset, bufDef, index);
237
return
mHeapMem
.getPtr(index);
257
return (
mHeapMem
.getSize(index) > 0)
[
all
...]
QCamera3StreamMem.h
91
QCamera3HeapMemory
mHeapMem
;
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp
60
mHeapMem
(maxHeapBuffer),
94
return (
mHeapMem
.getCnt() + mGrallocMem.getCnt());
112
for (uint32_t i = 0; i <
mHeapMem
.getCnt(); i ++)
132
return
mHeapMem
.getFd(index);
152
return
mHeapMem
.getSize(index);
174
return
mHeapMem
.invalidateCache(index);
196
return
mHeapMem
.cleanInvalidateCache(index);
221
ret =
mHeapMem
.getBufDef(offset, bufDef, index);
245
return
mHeapMem
.getPtr(index);
265
return (
mHeapMem
.getSize(index) > 0)
[
all
...]
QCamera3StreamMem.h
89
QCamera3HeapMemory
mHeapMem
;
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp
60
mHeapMem
(maxHeapBuffer),
94
return (
mHeapMem
.getCnt() + mGrallocMem.getCnt());
112
for (uint32_t i = 0; i <
mHeapMem
.getCnt(); i ++)
132
return
mHeapMem
.getFd(index);
152
return
mHeapMem
.getSize(index);
174
return
mHeapMem
.invalidateCache(index);
196
return
mHeapMem
.cleanInvalidateCache(index);
221
ret =
mHeapMem
.getBufDef(offset, bufDef, index);
245
return
mHeapMem
.getPtr(index);
265
return (
mHeapMem
.getSize(index) > 0)
[
all
...]
QCamera3StreamMem.h
89
QCamera3HeapMemory
mHeapMem
;
Completed in 1744 milliseconds