HomeSort by relevance Sort by last modified time
    Searched refs:writeInt32Array (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/binder/
IProcessInfoService.cpp 36 data.writeInt32Array(length, pids);
83 reply->writeInt32Array(len, states);
Parcel.cpp 730 status_t Parcel::writeInt32Array(size_t len, const int32_t *val) {
    [all...]
  /system/core/fingerprintd/
IFingerprintDaemonCallback.cpp 82 data.writeInt32Array(sz, fpIds);
83 data.writeInt32Array(sz, gpIds);
  /frameworks/native/services/powermanager/
IPowerManager.cpp 93 data.writeInt32Array(len, uids);
  /frameworks/native/include/binder/
Parcel.h 109 status_t writeInt32Array(size_t len, const int32_t *val);
  /frameworks/av/camera/
ICameraService.cpp 329 data.writeInt32Array(len, args);

Completed in 7677 milliseconds