HomeSort by relevance Sort by last modified time
    Searched refs:rvp (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 30 public void onReceiveSessionModifyRequest(RemoteConnection.VideoProvider rvp,
32 super.onReceiveSessionModifyRequest(rvp, videoProfile);
36 public void onReceiveSessionModifyResponse(RemoteConnection.VideoProvider rvp,
39 super.onReceiveSessionModifyResponse(rvp, status, requestedProfile,
44 public void onHandleCallSessionEvent(RemoteConnection.VideoProvider rvp, int event) {
45 super.onHandleCallSessionEvent(rvp, event);
49 public void onPeerDimensionsChanged(RemoteConnection.VideoProvider rvp, int width,
51 super.onPeerDimensionsChanged(rvp, width, height);
55 public void onCallDataUsageChanged(RemoteConnection.VideoProvider rvp, int dataUsage) {
56 super.onCallDataUsageChanged(rvp, dataUsage)
    [all...]
  /external/blktrace/btt/
seek.c 139 long long *rvp)
145 *rvp = sbp->sectors;
149 if (n->rb_left && __median(n->rb_left, sofar, target, rvp))
152 if (n->rb_right && __median(n->rb_right, sofar, target, rvp))
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1553 (rvp, sp) U *rvp; CONST char **sp; member in namespace:dmg_fp
1612 word0(rvp) = Exp_mask | x[0]; variable
1613 word1(rvp) = x[1]; variable
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
1886 word0(rvp) = 0; variable
1887 word1(rvp) = 1; variable
1904 word0(rvp) = Big0; variable
1905 word1(rvp) = Big1; variable
1969 word0(rvp) = Exp_mask; variable
1970 word1(rvp) = 0; variable
2051 word0(rvp) = b->wds > 1 ? b->x[1] & ~0x100000 : 0; variable
2053 word0(rvp) = (b->x[1] & ~0x100000) | ((e + 0x3ff + 52) << 20); variable
2054 word1(rvp) = b->x[0]; variable
2078 word0(rvp) = b->x[1] | ((e + 65 + 13) << 24); variable
2079 word1(rvp) = b->x[0]; variable
2085 word0(rvp) = ((b->x[1] & ~0x800000) >> 16) | ((e + 129 + 55) << 7) | (b->x[1] << 16); variable
2086 word1(rvp) = (b->x[0] >> 16) | (b->x[0] << 16); variable
    [all...]

Completed in 344 milliseconds