Home
last modified time | relevance | path

Searched refs:vecPtr (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp98 void *vecPtr = allocTemporaryStorage(sizeof(hidl_vec<Type>)); \
100 hidl_vec<Type> *vec = new (vecPtr) hidl_vec<Type>; \
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp505 void *vecPtr = in DEFINE_PARCEL_VECTOR_WRITER() local
508 hidl_vec<bool> *vec = new (vecPtr) hidl_vec<bool>; in DEFINE_PARCEL_VECTOR_WRITER()
583 void *vecPtr = storage->allocTemporaryStorage(sizeof(hidl_vec<hidl_string>)); in JHwParcel_native_writeStringVector() local
584 hidl_vec<hidl_string> *vec = new (vecPtr) hidl_vec<hidl_string>(); in JHwParcel_native_writeStringVector()
610 void *vecPtr = storage->allocTemporaryStorage(sizeof(hidl_vec<hidl_handle>)); in JHwParcel_native_writeNativeHandleVector() local
611 hidl_vec<hidl_handle> *vec = new (vecPtr) hidl_vec<hidl_handle>(); in JHwParcel_native_writeNativeHandleVector()