Home | History | Annotate | Download | only in avrcpcontroller

Lines Matching defs:direction

267                         int direction = msg.arg1;
1074 Log.d(TAG, "Browse direction parent " + mBrowseTree.getCurrentBrowsedFolder() + " req "
1075 + parentMediaId + " direction " + btDirection);
1102 // Find the direction of traversal.
1103 int direction = -1;
1104 if (DBG) Log.d(TAG, "Browse direction " + currFol + " " + bn + " = " + btDirection);
1113 direction = AvrcpControllerService.FOLDER_NAVIGATION_DIRECTION_DOWN;
1115 direction = AvrcpControllerService.FOLDER_NAVIGATION_DIRECTION_UP;
1122 direction, 0, b);