Searched refs:mReply (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DSntpClientTest.java159 private byte[] mReply; field in class:SntpClientTest.SntpTestServer
183 if (mReply == null) { continue; }
187 mReply, ORIGINATE_TIME_OFFSET, 8);
188 ntpMsg.setData(mReply);
189 ntpMsg.setLength(mReply.length);
222 mReply = reply;
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h44 sp<AMessage> mReply; member in struct:android::AReplyToken
53 *reply = mReply;
54 mReply.clear();
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h44 sp<AMessage> mReply; member in struct:android::AReplyToken
53 *reply = mReply;
54 mReply.clear();
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAMessage.h44 sp<AMessage> mReply; member in struct:android::AReplyToken
53 *reply = mReply;
54 mReply.clear();
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java925 IRemoteCallback mReply; field in class:WallpaperManagerService.WallpaperConnection
1123 if (mReply != null) {
1126 mReply.sendResult(null);
1130 mReply = null;
2315 newConn.mReply = reply;
2338 if (wallpaper.connection.mReply != null) {
2340 wallpaper.connection.mReply.sendResult(null);
2343 wallpaper.connection.mReply = null;
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp46 CHECK(mReply == NULL);
47 mReply = reply;

Completed in 142 milliseconds