Searched refs:mReply (Results 1 – 4 of 4) sorted by relevance
175 private byte[] mReply; field in SntpClientTest.SntpTestServer199 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()
44 sp<AMessage> mReply; member53 *reply = mReply; in retrieveReply()54 mReply.clear(); in retrieveReply()
1156 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection1462 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()
49 CHECK(mReply == NULL); in setReply()50 mReply = reply; in setReply()