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

/frameworks/native/libs/binder/
H A DParcel.cpp882 const size_t fd_count = val.getFdCount(); local
887 err = this->writeInt32(fd_count);
896 if (fd_count) {
897 fds = new int[fd_count];
900 err = val.flatten(buf, len, fds, fd_count);
901 for (size_t i=0 ; i<fd_count && err==NO_ERROR ; i++) {
905 if (fd_count) {
1292 const size_t fd_count = this->readInt32(); local
1300 if (fd_count) {
1301 fds = new int[fd_count];
[all...]

Completed in 817 milliseconds