HomeSort by relevance Sort by last modified time
    Searched refs:DIRECTION (Results 1 - 14 of 14) 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 89 String direction; local
90 int dir = getIntent().getIntExtra("direction", 0);
93 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND
97 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND
103 + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")" + " AND " + direction;
109 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java 176 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, "
251 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION);
254 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) {
264 filteredValues.put(BluetoothShare.DIRECTION, dir);
321 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND
BluetoothOppTransferAdapter.java 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
BluetoothOppService.java 528 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)),
546 Log.v(TAG, "DIRECTION: " + info.mDirection);
661 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
    [all...]
BluetoothOppNotification.java 76 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")";
79 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND + ")";
108 int direction; // to indicate sending or receiving field in class:BluetoothOppNotification.NotificationItem
220 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION);
252 item.direction = dir;
253 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
255 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
288 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
291 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
BluetoothOppUtility.java 72 .getColumnIndexOrThrow(BluetoothShare.DIRECTION));
BluetoothOppObexServerSession.java 265 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
BluetoothOppTransfer.java 742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
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/qemu/android/
hw-events.h 195 KEY_CODE(DIRECTION ,153) \

Completed in 590 milliseconds