Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/net/
DSntpClientTest.java405 private byte[] mReply; field in SntpClientTest.SntpTestServer
430 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()
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DEvent.java68 private Boolean mReply; field in Event
119 return mReply; in getReply()
135 + ", success=" + mReply.toString() in toString()
195 mEvent.mReply = success; in setReply()
215 if (mEvent.mReply == null) { in build()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h46 sp<AMessage> mReply; member
55 *reply = mReply; in retrieveReply()
56 mReply.clear(); in retrieveReply()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java885 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection
1237 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()
/frameworks/av/media/module/foundation/
DAMessage.cpp49 CHECK(mReply == NULL); in setReply()
50 mReply = reply; in setReply()