HomeSort by relevance Sort by last modified time
    Searched refs:PASSTHROUGH (Results 1 - 10 of 10) sorted by null

  /system/libvintf/include/vintf/
Transport.h 30 PASSTHROUGH,
37 "passthrough",
  /system/libvintf/
TransportArch.cpp 33 case Transport::PASSTHROUGH:
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 79 PASSTHROUGH,
157 * When the passthrough service manager returns a service via
  /test/vts-testcase/hal/treble/vintf/
vts_treble_vintf_test.cpp 68 // HALs that are allowed to be passthrough under Treble rules.
123 << "Failed to get passthrough service manager." << endl;
138 // Passthrough service manager.
180 } else if (transport == Transport::PASSTHROUGH) {
204 // Tests that no HAL outside of the allowed set is specified as passthrough in
207 // Verifies that HAL is binderized unless it's allowed to be passthrough.
222 if (transport == Transport::PASSTHROUGH) {
224 << hal_name << " can't be passthrough under Treble rules.";
  /system/tools/hidl/test/
hidl_test_client.cpp 77 PASSTHROUGH
379 // getStub is true if we are in passthrough mode to skip checking
382 memoryTest = IMemoryTest::getService("memory", mode == PASSTHROUGH /* getStub */);
386 fetcher = IFetcher::getService("fetcher", mode == PASSTHROUGH /* getStub */);
390 foo = IFoo::getService("foo", mode == PASSTHROUGH /* getStub */);
394 dyingBaz = IBaz::getService("dyingBaz", mode == PASSTHROUGH /* getStub */);
398 bar = IBar::getService("foo", mode == PASSTHROUGH /* getStub */);
402 graphInterface = IGraph::getService("graph", mode == PASSTHROUGH /* getStub */);
406 pointerInterface = IPointer::getService("pointer", mode == PASSTHROUGH /* getStub */);
410 // use passthrough mode as the validation object
    [all...]
  /system/hwservicemanager/
ServiceManager.cpp 243 case vintf::Transport::PASSTHROUGH:
244 return Transport::PASSTHROUGH;
389 * the getService() path, albeit for a passthrough service in this
  /system/libvintf/test/
main.cpp 115 .transportArch = {Transport::PASSTHROUGH, Arch::ARCH_32_64},
209 " <transport arch=\"32+64\">passthrough</transport>\n"
298 " <transport arch=\"32+64\">passthrough</transport>"
320 " <transport arch=\"32+64\">passthrough</transport>"
328 EXPECT_EQ(Transport::PASSTHROUGH,
330 EXPECT_EQ(Transport::PASSTHROUGH,
591 .transportArch = {Transport::PASSTHROUGH, Arch::ARCH_32_64}
    [all...]
  /frameworks/native/cmds/lshal/
ListCommand.cpp 116 // Must process hwbinder services first, then passthrough services.
200 << " 2. If a HAL is supported in both hwbinder and passthrough transport, " << std::endl
202 << " 3. It is likely that HALs in passthrough transport does not have" << std::endl
244 } else if (entry.transport == "passthrough") {
245 transport = vintf::Transport::PASSTHROUGH;
267 if (transport != vintf::Transport::PASSTHROUGH) {
338 "All interfaces that getService() has ever return as a passthrough interface;\n"
343 "the library and successfully fetched the passthrough implementation.";
345 "All available passthrough implementations (all -impl.so files)";
419 .transport = "passthrough",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 253 #define PASSTHROUGH 19
    [all...]
  /external/guice/lib/build/
spring-beans.jar 

Completed in 806 milliseconds