Searched refs:mReply (Results 1 – 4 of 4) sorted by relevance
148 private byte[] mReply; field in SntpClientTest.SntpTestServer172 if (mReply == null) { continue; } in SntpTestServer()176 mReply, ORIGINATE_TIME_OFFSET, 8); in SntpTestServer()177 ntpMsg.setData(mReply); in SntpTestServer()178 ntpMsg.setLength(mReply.length); in SntpTestServer()211 mReply = reply; in setServerReply()
43 sp<AMessage> mReply; member52 *reply = mReply; in retrieveReply()53 mReply.clear(); in retrieveReply()
618 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection762 if (mReply != null) { in engineShown()765 mReply.sendResult(null); in engineShown()769 mReply = null; in engineShown()1761 newConn.mReply = reply; in bindWallpaperComponentLocked()1784 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()1786 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()1789 wallpaper.connection.mReply = null; in detachWallpaperLocked()
46 CHECK(mReply == NULL); in setReply()47 mReply = reply; in setReply()