OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConn
(Results
1 - 4
of
4
) sorted by null
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java
49
private ServiceConnection
mConn
= new ServiceConnection() {
115
if (!getContext().bindService(mServceIntent,
mConn
, Context.BIND_AUTO_CREATE)) {
126
getContext().unbindService(
mConn
);
136
getContext().unbindService(
mConn
);
149
getContext().unbindService(
mConn
);
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
107
mConn
(new ARTSPConnection(mUIDValid, mUID)),
159
looper()->registerHandler(
mConn
);
163
mConn
->observeBinaryData(notify);
166
mConn
->connect(mOriginalSessionURL.c_str(), reply);
170
looper()->registerHandler(
mConn
);
174
mConn
->observeBinaryData(notify);
178
mConn
->connect(mOriginalSessionURL.c_str(), reply);
446
mConn
->sendRequest(request.c_str(), reply);
460
mConn
->connect(mOriginalSessionURL.c_str(), reply);
495
mConn
->sendRequest(request.c_str(), reply)
[
all
...]
MyTransmitter.h
80
mConn
(new ARTSPConnection),
101
mLooper->registerHandler(
mConn
);
104
mConn
->connect(mServerURL.c_str(), reply);
233
mConn
->sendRequest(request.c_str(), reply);
418
mConn
->sendRequest(request.c_str(), reply);
539
mConn
->sendRequest(request.c_str(), reply);
590
mConn
->sendRequest(request.c_str(), reply);
706
mConn
->sendRequest(request.c_str(), reply);
757
mConn
->sendRequest(request.c_str(), reply);
794
mConn
->disconnect(new AMessage('disc', id()))
[
all
...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
444
ServiceConnection
mConn
= new ServiceConnection() {
471
mConn
, Context.BIND_AUTO_CREATE);
[
all
...]
Completed in 81 milliseconds