Searched defs:writeInt32 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/ui/
H A DGraphicLog.cpp32 void writeInt32(uint8_t* base, size_t& pos, int32_t value) { function in namespace:android
61 writeInt32(scratch, pos, buffer);
72 writeInt32(scratch, pos, buffer);
73 writeInt32(scratch, pos, identity);
/frameworks/base/libs/binder/
H A DParcel.cpp475 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
615 status_t Parcel::writeInt32(int32_t val) function in class:android::Parcel
647 status_t err = writeInt32(str.bytes());
664 if (str == NULL) return writeInt32(-1);
666 status_t err = writeInt32(len);
696 err = writeInt32(handle->numFds);
699 err = writeInt32(handle->numInts);
734 status = writeInt32(0);
760 status = writeInt32(1);
784 err = this->writeInt32(le
[all...]

Completed in 483 milliseconds