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.java175 private byte[] mReply; field in SntpClientTest.SntpTestServer
199 if (mReply == null) { continue; } in SntpTestServer()
203 mReply, ORIGINATE_TIME_OFFSET, 8); in SntpTestServer()
204 ntpMsg.setData(mReply); in SntpTestServer()
205 ntpMsg.setLength(mReply.length); in SntpTestServer()
238 mReply = reply; in setServerReply()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h44 sp<AMessage> mReply; member
53 *reply = mReply; in retrieveReply()
54 mReply.clear(); in retrieveReply()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1156 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection
1462 if (mReply != null) { in engineShown()
1465 mReply.sendResult(null); in engineShown()
1469 mReply = null; in engineShown()
2766 newConn.mReply = reply; in bindWallpaperComponentLocked()
2784 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()
2786 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()
2789 wallpaper.connection.mReply = null; in detachWallpaperLocked()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp49 CHECK(mReply == NULL); in setReply()
50 mReply = reply; in setReply()