Home
last modified time | relevance | path

Searched defs:new_data (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dutility.h74 void* new_data = data_ ? std::realloc(data_, size) : std::malloc(size); in reserve() local
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc386 char* new_data = nullptr; in TEST() local