Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
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
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h209 bool* newVec = (bool*)malloc(num * sizeof(bool)); in putBooleanVector() local
326 T* newVec = (T*)malloc(bytes); in getVecInternal() local