Searched refs:mReply (Results 1 – 5 of 5) sorted by relevance
405 private byte[] mReply; field in SntpClientTest.SntpTestServer430 if (mReply == null) { continue; } in SntpTestServer()435 mReply, ORIGINATE_TIME_OFFSET, 8); in SntpTestServer()438 Arrays.fill(mReply, ORIGINATE_TIME_OFFSET, in SntpTestServer()441 ntpMsg.setData(mReply); in SntpTestServer()442 ntpMsg.setLength(mReply.length); in SntpTestServer()475 mReply = reply; in setServerReply()
68 private Boolean mReply; field in Event119 return mReply; in getReply()135 + ", success=" + mReply.toString() in toString()195 mEvent.mReply = success; in setReply()215 if (mEvent.mReply == null) { in build()
46 sp<AMessage> mReply; member55 *reply = mReply; in retrieveReply()56 mReply.clear(); in retrieveReply()
885 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection1237 if (mReply != null) { in engineShown()1242 mReply.sendResult(null); in engineShown()1249 mReply = null; in engineShown()3404 newConn.mReply = reply; in bindWallpaperComponentLocked()3471 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()3473 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()3477 wallpaper.connection.mReply = null; in detachWallpaperLocked()
49 CHECK(mReply == NULL); in setReply()50 mReply = reply; in setReply()