Searched refs:mReply (Results 1 – 4 of 4) sorted by relevance
179 private byte[] mReply; field in SntpClientTest.SntpTestServer203 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()
46 sp<AMessage> mReply; member55 *reply = mReply; in retrieveReply()56 mReply.clear(); in retrieveReply()
1152 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection1492 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()
49 CHECK(mReply == NULL); in setReply()50 mReply = reply; in setReply()