Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIProcessInfoService.cpp36 data.writeInt32Array(length, pids); in getProcessStatesFromPids()
57 data.writeInt32Array(length, pids); in getProcessStatesAndOomScoresFromPids()
DParcel.cpp996 status_t Parcel::writeInt32Array(size_t len, const int32_t *val) { in writeInt32Array() function in android::Parcel
/frameworks/native/services/powermanager/
DIPowerManager.cpp84 data.writeInt32Array(len, uids); in updateWakeLockUids()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h152 - (void)writeInt32Array:(int32_t)fieldNumber
DGPBCodedOutputStream.m579 - (void)writeInt32Array:(int32_t)fieldNumber
DGPBMessage.m1476 [output writeInt32Array:fieldNumber values:array tag:tag];
/frameworks/native/libs/binder/include/binder/
DParcel.h125 status_t writeInt32Array(size_t len, const int32_t *val);