Home
last modified time | relevance | path

Searched refs:writeInt32Array (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/
DIProcessInfoService.cpp36 data.writeInt32Array(length, pids); in getProcessStatesFromPids()
57 data.writeInt32Array(length, pids); in getProcessStatesAndOomScoresFromPids()
DIActivityManager.cpp91 data.writeInt32Array(nUids, uids); in registerUidObserverForUids()
DParcel.cpp1264 status_t Parcel::writeInt32Array(size_t len, const int32_t *val) { in writeInt32Array() function in android::Parcel
/frameworks/native/libs/binder/tests/
DbinderRpcWireProtocolTest.cpp73 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32Array(arraysize(kInt32Array), kInt32Array)); }, in __anonf530b55b1e02()
/frameworks/native/include/binder/
DParcel.h181 status_t writeInt32Array(size_t len, const int32_t *val);
/frameworks/native/libs/binder/include/binder/
DParcel.h181 status_t writeInt32Array(size_t len, const int32_t *val);