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

  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 569 auto client3 = client1->GetNewChannelFromOtherService(); local
570 EXPECT_NE(nullptr, client3);
571 EXPECT_NE(client1->event_fd(), client3->event_fd());
573 const int channel_id3 = client3->GetThisChannelId();
583 const int service_id3 = client3->GetServiceId();
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 127 TestClient *client3 = static_cast<TestClient*>(mTestClient3.get()); local
131 EXPECT_EQ(c3, client3->reclaimed());
135 client3->reset();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareMetricsTest.java 308 WifiAwareClientState client3 = new WifiAwareClientState(mMockContext, 12, uid3, 0, null, local
312 clients.put(12, client3);
327 client3.addSession(new WifiAwareDiscoverySessionState(null, 111, (byte) 0, null, true,
345 client3.addSession(new WifiAwareDiscoverySessionState(null, 112, (byte) 0, null, false,
351 client3.addSession(new WifiAwareDiscoverySessionState(null, 113, (byte) 0, null, false,
357 client3.addSession(new WifiAwareDiscoverySessionState(null, 114, (byte) 0, null, false,

Completed in 159 milliseconds