Searched refs:client2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk34 api1/client2/Parameters.cpp \
35 api1/client2/FrameProcessor.cpp \
36 api1/client2/StreamingProcessor.cpp \
37 api1/client2/JpegProcessor.cpp \
38 api1/client2/CallbackProcessor.cpp \
39 api1/client2/JpegCompressor.cpp \
40 api1/client2/CaptureSequencer.cpp \
41 api1/client2/ZslProcessor.cpp \
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp529 auto client2 = client1->GetNewChannel(); local
530 EXPECT_NE(nullptr, client2);
531 EXPECT_NE(client1->event_fd(), client2->event_fd());
533 const int channel_id2 = client2->GetThisChannelId();
548 const int service_id2 = client2->GetServiceId();
H A Dremote_method_tests.cpp701 auto client2 = TestClient::Create(std::move(channel)); local
702 ASSERT_NE(nullptr, client2);
705 const int sum = client2->Add(10, 25);
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp126 TestClient *client2 = static_cast<TestClient*>(mTestClient2.get()); local
130 EXPECT_EQ(c2, client2->reclaimed());
134 client2->reset();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2336 final String client2 = mPeerMacAddress;
2353 String clientList = client1 + " " + client2;
2380 final String client2 = mPeerMacAddress;
2393 String clientList = client1 + " " + client2;
2407 final String client2 = mPeerMacAddress;
2433 String clientList = client1 + " " + client2;
2448 final String client2 = mPeerMacAddress;

Completed in 206 milliseconds