OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mObjectsCapacity
(Results
1 - 4
of
4
) sorted by null
/system/libhwbinder/
Parcel.cpp
734
const bool enoughObjects = mObjectsSize <
mObjectsCapacity
;
792
mObjectsCapacity
= newSize;
[
all
...]
/frameworks/native/libs/binder/
Parcel.cpp
523
if (
mObjectsCapacity
< mObjectsSize + numObjects) {
532
mObjectsCapacity
= newSize;
[
all
...]
/system/libhwbinder/include/hwbinder/
Parcel.h
301
size_t
mObjectsCapacity
;
/frameworks/native/libs/binder/include/binder/
Parcel.h
464
size_t
mObjectsCapacity
;
[
all
...]
Completed in 155 milliseconds