OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyClient
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/setup_wifi/
main.cc
53
class
MyClient
: public brillo::DBusDaemon {
55
MyClient
(std::string ssid, bool is_hex_ssid, std::string psk)
57
~
MyClient
() override = default;
138
MyClient
client(ssid, hex_ssid, psk);
/frameworks/av/cmds/stagefright/
stream.cpp
267
struct
MyClient
: public BnMediaPlayerClient {
268
MyClient
()
289
virtual ~
MyClient
() {
298
DISALLOW_EVIL_CONSTRUCTORS(
MyClient
);
348
sp<
MyClient
> client = new
MyClient
;
Completed in 996 milliseconds