Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dpersistable_bundle.cpp108 std::vector<bool> newVec(num); in APersistableBundle_putBooleanVector() local
117 std::vector<int32_t> newVec(num); in APersistableBundle_putIntVector() local
126 std::vector<int64_t> newVec(num); in APersistableBundle_putLongVector() local
135 std::vector<double> newVec(num); in APersistableBundle_putDoubleVector() local
144 std::vector<android::String16> newVec(num); in APersistableBundle_putStringVector() local
183 std::vector<bool> newVec; in APersistableBundle_getBooleanVector() local
190 std::vector<int32_t> newVec; in APersistableBundle_getIntVector() local
197 std::vector<int64_t> newVec; in APersistableBundle_getLongVector() local
204 std::vector<double> newVec; in APersistableBundle_getDoubleVector() local
213 std::vector<android::String16> newVec; in APersistableBundle_getStringVector() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h212 bool* newVec = (bool*)malloc(num * sizeof(bool)); in putBooleanVector() local
329 T* newVec = (T*)malloc(bytes); in getVecInternal() local
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h209 bool* newVec = (bool*)malloc(num * sizeof(bool)); in putBooleanVector() local
326 T* newVec = (T*)malloc(bytes); in getVecInternal() local
/aosp_15_r20/system/logging/liblog/
H A Dlogd_writer.cpp122 struct iovec newVec[nr + headerLength]; in LogdWrite() local
H A Dpmsg_writer.cpp72 struct iovec newVec[nr + headerLength]; in PmsgWrite() local
/aosp_15_r20/system/core/libstats/push_compat/
H A Dstatsd_writer.cpp160 struct iovec newVec[nr + headerLength]; in statsdWrite() local
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/
Dstatsd_writer.cpp187 struct iovec newVec[nr + headerLength]; in statsdWrite() local
/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_benchmark.cpp208 struct iovec newVec[nr + header_length]; in BM_pmsg_short() local