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

/frameworks/native/libs/binder/
H A DParcel.cpp790 size_t fd_count = val.getFdCount(); local
795 err = this->writeInt32(fd_count);
804 if (fd_count) {
805 fds = new int[fd_count];
808 err = val.flatten(buf, len, fds, fd_count);
809 for (size_t i=0 ; i<fd_count && err==NO_ERROR ; i++) {
813 if (fd_count) {
1137 const size_t fd_count = this->readInt32(); local
1145 if (fd_count) {
1146 fds = new int[fd_count];
[all...]

Completed in 20 milliseconds