Home
last modified time | relevance | path

Searched refs:mReply (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DSntpClientTest.java179 private byte[] mReply; field in SntpClientTest.SntpTestServer
203 if (mReply == null) { continue; } in SntpTestServer()
207 mReply, ORIGINATE_TIME_OFFSET, 8); in SntpTestServer()
208 ntpMsg.setData(mReply); in SntpTestServer()
209 ntpMsg.setLength(mReply.length); in SntpTestServer()
242 mReply = reply; in setServerReply()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h46 sp<AMessage> mReply; member
55 *reply = mReply; in retrieveReply()
56 mReply.clear(); in retrieveReply()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1152 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection
1492 if (mReply != null) { in engineShown()
1495 mReply.sendResult(null); in engineShown()
1499 mReply = null; in engineShown()
2959 newConn.mReply = reply; in bindWallpaperComponentLocked()
2977 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()
2979 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()
2982 wallpaper.connection.mReply = null; in detachWallpaperLocked()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp49 CHECK(mReply == NULL); in setReply()
50 mReply = reply; in setReply()