OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectClient
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
QemuClient.h
238
virtual status_t
connectClient
(const char* param);
EmulatedQemuCameraDevice.cpp
53
status_t res = mQemuClient.
connectClient
(connect_str);
EmulatedCameraFactory.cpp
52
if (mQemuClient.
connectClient
(NULL) == NO_ERROR) {
QemuClient.cpp
213
status_t QemuClient::
connectClient
(const char* param)
Completed in 521 milliseconds