Home
last modified time | relevance | path

Searched refs:mReply (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
DAMessage.h43 sp<AMessage> mReply; member
52 *reply = mReply; in retrieveReply()
53 mReply.clear(); in retrieveReply()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java237 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection
320 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()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp45 CHECK(mReply == NULL); in setReply()
46 mReply = reply; in setReply()