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

  /external/tcpdump/
token.h 39 #define DIRECTION(trp) ((ntohs((trp)->token_rcf) & 0x0080) >> 7)
print-token.c 85 static const char *direction[] = { variable
132 printf("%s", direction[DIRECTION(trp)]);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 127 * The name of the column containing the direction (Inbound/Outbound) of the
136 public static final String DIRECTION = "direction";
BluetoothOppTransferHistory.java 92 String direction; local
93 int dir = getIntent().getIntExtra("direction", 0);
96 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND
104 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND
108 String selection = BluetoothShare.STATUS + " >= '200' AND " + direction;
122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java 178 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, "
253 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION);
257 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) {
267 filteredValues.put(BluetoothShare.DIRECTION, dir);
324 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND
BluetoothOppTransferAdapter.java 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
BluetoothOppService.java 526 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)),
544 Log.v(TAG, "DIRECTION: " + info.mDirection);
659 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
    [all...]
BluetoothOppNotification.java 80 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")";
83 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND + ")";
112 int direction; // to indicate sending or receiving field in class:BluetoothOppNotification.NotificationItem
230 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION);
267 item.direction = dir;
268 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
270 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
301 if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
322 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
324 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND)
    [all...]
BluetoothOppUtility.java 72 .getColumnIndexOrThrow(BluetoothShare.DIRECTION));
BluetoothOppObexServerSession.java 274 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
BluetoothOppTransfer.java 763 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
    [all...]
TestActivity.java 131 * values.put(BluetoothShare.DIRECTION,
202 * BluetoothShare._DATA, BluetoothShare.DIRECTION,
254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 /* The direction (for tuplehash) */
101 #define DIRECTION(h) ((enum ip_conntrack_dir)(h)->tuple.dst.dir)
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.cpp 434 DOT_PRODUCT(TMP3, TMP1, DIRECTION)
  /external/qemu/android/
hw-events.h 195 KEY_CODE(DIRECTION ,153) \

Completed in 331 milliseconds