HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.c 1256 TI_UINT8 tid; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
trafficAdmControl.c 1404 UINT8 tid; local
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldDb.h 244 TPsRxStreaming tid[MAX_NUM_OF_802_1d_TAGS]; member in struct:__anon16961
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
trafficAdmControl.c 1244 TI_UINT8 tid; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c     [all...]
  /external/strace/
strace.c 429 int tid; local
434 tid = atoi(de->d_name);
435 if (tid <= 0)
438 if (ptrace(PTRACE_ATTACH, tid,
441 else if (tid != tcbtab[c]->pid) {
446 tcp = alloctcb(tid);
    [all...]
  /bionic/libc/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 238 ClientTransaction tid = responseEvent.getClientTransaction(); local
240 responseEvent.getResponse(), tid, mSipProvider, 5);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 34 int tkill (pid_t tid, int sig);
  /system/core/adb/
usb_linux.c 676 adb_thread_t tid; local
685 if(adb_thread_create(&tid, device_poll_thread, NULL)){
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 233 pPktCtrlBlk->tTxDescriptor.tid = 0;
  /system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c 233 pPktCtrlBlk->tTxDescriptor.tid = 0;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txDataQueue.c 308 /* Call the Classify function to set the TID field */
318 uQueId = aTidToQueueTable[pPktCtrlBlk->tTxDescriptor.tid];
381 * This function is called by the txCtrl if the backpressure map per TID is changed.
673 * Each Tid that is set indicates that the related Queue is Busy.
688 if (uTidBitMap & 0x1) /* this Tid is busy */
  /external/bluetooth/hcidump/parser/
lmp.c 1130 uint8_t tmp, tid; local
1136 tid = tmp & 0x01;
1144 opcode2str(opcode), tid ? 's' : 'm');
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 412 uint16_t tid; member in struct:__anon1917
sdp_lib.h 93 uint16_t tid; // Current transaction ID member in struct:__anon1927
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txHwQueue.c 57 /* Translate input TID to AC */
314 TI_UINT32 uQueueId = WMEQosTagToACTable[pTxCtrlBlk->tTxDescriptor.tid];
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 341 /* Call the Classify function to set the TID field */
351 uQueId = aTidToQueueTable[pPktCtrlBlk->tTxDescriptor.tid];
451 * This function is called by the txCtrl if the backpressure map per TID is changed.
777 * Each Tid that is set indicates that the related Queue is Busy.
792 if (uTidBitMap & 0x1) /* this Tid is busy */

Completed in 814 milliseconds

1 2 3 4 56 7 8