Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp107 std::vector<bool> newVec(num); in APersistableBundle_putBooleanVector() local
116 std::vector<int32_t> newVec(num); in APersistableBundle_putIntVector() local
125 std::vector<int64_t> newVec(num); in APersistableBundle_putLongVector() local
134 std::vector<double> newVec(num); in APersistableBundle_putDoubleVector() local
143 std::vector<android::String16> newVec(num); in APersistableBundle_putStringVector() local
182 std::vector<bool> newVec; in APersistableBundle_getBooleanVector() local
189 std::vector<int32_t> newVec; in APersistableBundle_getIntVector() local
196 std::vector<int64_t> newVec; in APersistableBundle_getLongVector() local
203 std::vector<double> newVec; in APersistableBundle_getDoubleVector() local
212 std::vector<android::String16> newVec; in APersistableBundle_getStringVector() local
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h213 bool* newVec = (bool*)malloc(num * sizeof(bool)); in putBooleanVector() local
330 T* newVec = (T*)malloc(bytes); in getVecInternal() local