Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 8 of 8) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h70 void resize(size_t newSize) { in resize() function
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp32 void Obd2SensorStore::BitmaskInVector::resize(size_t numBits) { in resize() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore::BitmaskInVector
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp42 void Obd2SensorStore::BitmaskInVector::resize(size_t numBits) { in resize() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore::BitmaskInVector
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp83 bool histogram::Ringbuffer::resize(size_t ringbuffer_size) { in resize() function in histogram::Ringbuffer
/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp72 bool histogram::Ringbuffer::resize(size_t ringbuffer_size) { in resize() function in histogram::Ringbuffer
/hardware/google/aemu/base/
DWin32UnicodeString.cpp107 void Win32UnicodeString::resize(size_t newSize) { in resize() function in android::base::Win32UnicodeString
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h147 void resize(size_type newSize) { resize_impl<true>(newSize); } in resize() function
/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc133 bool resize = false; in ResizeIfNeeded() local