Searched defs:dataCapacity (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/
H A DCameraMetadata.cpp35 CameraMetadata::CameraMetadata(size_t entryCapacity, size_t dataCapacity) : argument
38 mBuffer = allocate_camera_metadata(entryCapacity, dataCapacity);
/frameworks/base/core/java/android/os/
H A DParcel.java363 public final int dataCapacity() { method in class:Parcel
456 * growing {@link #dataCapacity} if needed.
465 * growing {@link #dataCapacity} if needed.
481 * growing dataCapacity() if needed.
489 * growing dataCapacity() if needed.
497 * dataPosition(), growing dataCapacity() if needed.
505 * current dataPosition(), growing dataCapacity() if needed.
513 * growing dataCapacity() if needed.
521 * growing dataCapacity() if needed.
530 * growing dataCapacity() i
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp323 size_t Parcel::dataCapacity() const function in class:android::Parcel

Completed in 2849 milliseconds