Searched defs:mReply (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DSntpClientTest.java148 private byte[] mReply; field in class:SntpClientTest.SntpTestServer
172 if (mReply == null) { continue; }
176 mReply, ORIGINATE_TIME_OFFSET, 8);
177 ntpMsg.setData(mReply);
178 ntpMsg.setLength(mReply.length);
211 mReply = reply;
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h43 sp<AMessage> mReply; member in struct:android::AReplyToken
52 *reply = mReply;
53 mReply.clear();
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java589 IRemoteCallback mReply; field in class:WallpaperManagerService.WallpaperConnection
672 if (mReply != null) {
675 mReply.sendResult(null);
679 mReply = null;
1606 newConn.mReply = reply;
1630 if (wallpaper.connection.mReply != null) {
1632 wallpaper.connection.mReply.sendResult(null);
1635 wallpaper.connection.mReply = null;

Completed in 114 milliseconds