Home
last modified time | relevance | path

Searched defs:TooManyFdsFlattenable (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1294 struct TooManyFdsFlattenable : Flattenable<TooManyFdsFlattenable> { struct
1295 TooManyFdsFlattenable(size_t fdCount) : mFdCount(fdCount) {} in TooManyFdsFlattenable() function
1319 TEST_F(BinderLibTest, TooManyFdsFlattenable) { in TEST_F() argument