Searched refs:mReply (Results 1 – 3 of 3) sorted by relevance
43 sp<AMessage> mReply; member52 *reply = mReply; in retrieveReply()53 mReply.clear(); in retrieveReply()
237 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection320 if (mReply != null) { in engineShown()323 mReply.sendResult(null); in engineShown()327 mReply = null; in engineShown()1044 newConn.mReply = reply; in bindWallpaperComponentLocked()1068 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()1070 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()1073 wallpaper.connection.mReply = null; in detachWallpaperLocked()
45 CHECK(mReply == NULL); in setReply()46 mReply = reply; in setReply()