Searched refs:getFdCount (Results 26 - 30 of 30) sorted by relevance
/frameworks/native/include/binder/ | ||
H A D | Parcel.h | 508 virtual size_t getFdCount() const = 0; 532 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper 533 return val.getFdCount(); |
/frameworks/native/libs/binder/include/binder/ | ||
H A D | Parcel.h | 508 virtual size_t getFdCount() const = 0; 532 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper 533 return val.getFdCount(); |
/frameworks/native/libs/nativewindow/ | ||
H A D | AHardwareBuffer.cpp | 155 size_t fdCount = gBuffer->getFdCount(); |
/frameworks/native/libs/binder/tests/ | ||
H A D | binderSafeInterfaceTest.cpp | 87 size_t getFdCount() const { return 0; } function in struct:android::tests::TestFlattenable 117 size_t getFdCount() const { return 0; } function in class:android::tests::TestLightRefBaseFlattenable |
/frameworks/native/libs/binder/ | ||
H A D | Parcel.cpp | 1265 const size_t fd_count = val.getFdCount(); |
Completed in 53 milliseconds