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.java604 IRemoteCallback mReply; field in class:WallpaperManagerService.WallpaperConnection
714 if (mReply != null) {
717 mReply.sendResult(null);
721 mReply = null;
1698 newConn.mReply = reply;
1722 if (wallpaper.connection.mReply != null) {
1724 wallpaper.connection.mReply.sendResult(null);
1727 wallpaper.connection.mReply = null;

Completed in 1564 milliseconds