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()
1112 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection1396 if (mReply != null) { in engineShown()1399 mReply.sendResult(null); in engineShown()1403 mReply = null; in engineShown()2657 newConn.mReply = reply; in bindWallpaperComponentLocked()2675 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()2677 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()2680 wallpaper.connection.mReply = null; in detachWallpaperLocked()
46 CHECK(mReply == NULL); in setReply()47 mReply = reply; in setReply()