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

/system/libvintf/include/vintf/
H A DTransport.h30 PASSTHROUGH, member in class:android::vintf::Transport
/system/tools/hidl/test/
H A Dhidl_test_client.cpp83 PASSTHROUGH enumerator in enum:TestMode
401 memoryTest = IMemoryTest::getService("memory", mode == PASSTHROUGH /* getStub */);
405 fetcher = IFetcher::getService("fetcher", mode == PASSTHROUGH /* getStub */);
409 foo = IFoo::getService("foo", mode == PASSTHROUGH /* getStub */);
413 dyingBaz = IBaz::getService("dyingBaz", mode == PASSTHROUGH /* getStub */);
417 bar = IBar::getService("foo", mode == PASSTHROUGH /* getStub */);
421 graphInterface = IGraph::getService("graph", mode == PASSTHROUGH /* getStub */);
425 pointerInterface = IPointer::getService("pointer", mode == PASSTHROUGH /* getStub */);
434 IMultithread::getService("multithread", mode == PASSTHROUGH /* getStub */);
459 TestMode mode = TestMode::PASSTHROUGH;
[all...]

Completed in 107 milliseconds