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

  /system/libvintf/include/vintf/
Transport.h 31 HWBINDER,
38 "hwbinder",
  /system/libvintf/
TransportArch.cpp 30 case Transport::HWBINDER:
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 43 * WARNING: This function is for libhidl/HwBinder use only. You are likely
65 * WARNING: This function is for libhidl/HwBinder use only. You are likely
78 HWBINDER,
  /test/vts-testcase/hal/treble/vintf/
SystemVendorTest.cpp 106 for (auto transport : {Transport::HWBINDER, Transport::PASSTHROUGH}) {
108 transport == Transport::HWBINDER
VtsTrebleVintfTestBase.cpp 143 bool wantRemote = transport == Transport::HWBINDER;
187 if (transport == Transport::HWBINDER) {
212 if (transport == Transport::HWBINDER) {
SingleManifestTest.cpp 138 EXPECT_EQ(transport == Transport::HWBINDER, hal_service->isRemote())
178 fqInstanceName.getInstance(), Transport::HWBINDER);
  /test/vts/utils/native/testability_checker/
VtsTestabilityChecker.cpp 156 manifest_instance->transport() == Transport::HWBINDER) {
  /system/libvintf/test/
LibVintfTest.cpp 133 {Transport::HWBINDER, Arch::ARCH_EMPTY},
158 {Transport::HWBINDER, Arch::ARCH_EMPTY},
183 {"CONFIG_ANDROID_BINDER_DEVICES", "\"binder,hwbinder\""},
208 EXPECT_EQ(dump(vm), "hidl/android.hardware.camera/hwbinder/2.0:"
223 EXPECT_EQ(Transport::HWBINDER, vm.getTransport("android.hardware.camera",
232 {Transport::HWBINDER, Arch::ARCH_EMPTY},
240 " <transport>hwbinder</transport>\n"
262 " <transport>hwbinder</transport>\n"
300 " <transport>hwbinder</transport>\n"
332 " <transport>hwbinder</transport>
    [all...]
  /system/hwservicemanager/
ServiceManager.cpp 8 #include <hwbinder/IPCThreadState.h>
300 case vintf::Transport::HWBINDER:
301 return Transport::HWBINDER;
  /frameworks/native/cmds/lshal/
ListCommand.cpp 162 return scanBinderContext(serverPid, "hwbinder", [&](const std::string& line) {
224 // Must process hwbinder services first, then passthrough services.
345 if (entry.transport == "hwbinder") {
346 transport = vintf::Transport::HWBINDER;
413 " 1. If a HAL is supported in both hwbinder and passthrough transport, \n"
414 " only hwbinder is shown.\n"
559 const std::string mode = "hwbinder";
    [all...]
  /system/libhidl/transport/
ServiceManagement.cpp 40 #include <hwbinder/IPCThreadState.h>
41 #include <hwbinder/Parcel.h>
175 if (access("/dev/hwbinder", F_OK|R_OK|W_OK) != 0) {
176 // HwBinder not available on this device or not accessible to
649 ALOGW("getService: found dead hwbinder service for %s/%s.", descriptor.c_str(),
659 ALOGW("getService: unable to call into hwbinder service for %s/%s.",
686 const bool vintfHwbinder = (transport == Transport::HWBINDER);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java 135 .thenReturn(IServiceManager.Transport.HWBINDER);
    [all...]

Completed in 283 milliseconds