HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 93 uint16_t tid; // Current transaction ID member in struct:__anon1760
  /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 */
txMgmtQueue.c 355 /* Always set highest TID for mgmt-queues packets. */
356 pPktCtrlBlk->tTxDescriptor.tid = MGMT_QUEUES_TID;
454 * This function is called by the txCtrl if the backpressure map per TID is changed.
859 * Set the queues busy indication on or off according to the highest TID bit
861 * Note that both Mgmt and Eapol queues are mapped to TID 7.
871 /* Set the queues busy indication on or off according to the highest TID bit (1 = busy). */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
txHwQueue.c 57 /* Translate input TID to AC */
314 TI_UINT32 uQueueId = WMEQosTagToACTable[pTxCtrlBlk->tTxDescriptor.tid];
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txMgmtQueue.c 353 /* Always set highest TID for mgmt-queues packets. */
354 pPktCtrlBlk->tTxDescriptor.tid = MGMT_QUEUES_TID;
452 * This function is called by the txCtrl if the backpressure map per TID is changed.
851 * Set the queues busy indication on or off according to the highest TID bit
853 * Note that both Mgmt and Eapol queues are mapped to TID 7.
863 /* Set the queues busy indication on or off according to the highest TID bit (1 = busy). */
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 1016 rsphdr->tid = reqhdr->tid;
  /frameworks/base/core/jni/
android_util_Process.cpp 276 LOGV("Process.setCanSelfBackground(%d) : tid=%d", bgOk, androidGetTid());
323 jint tid = android_os_Process_myTid(env, clazz); local
324 android_os_Process_setThreadPriority(env, clazz, tid, pri);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c 68 /* Translate input AC to TID */
71 /* Translate input TID to the other TID of the same AC */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
qosMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.c 67 /* Translate input AC to TID */
70 /* Translate input TID to the other TID of the same AC */
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 788 UINT8 tid = 0, probeNum = 3; local
801 tid = 0xFF;
809 pScanParams->Tid = tid;
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 590 pthread_t tid; local
  /external/v8/src/
platform-win32.cc 1882 unsigned int tid; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c 662 pPsRxStreaming = &(DB_PS_STREAM(hCmdBld).tid[index]);
677 pPsRxStreaming = &(DB_PS_STREAM(hCmdBld).tid[MAX_NUM_OF_802_1d_TAGS - 1]);
    [all...]
CmdBldCfg.c 487 DB_PS_STREAM(hCmdBld).tid[pPsRxStreaming->uTid] = *pPsRxStreaming;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c 676 pPsRxStreaming = &(DB_PS_STREAM(hCmdBld).tid[index]);
691 pPsRxStreaming = &(DB_PS_STREAM(hCmdBld).tid[MAX_NUM_OF_802_1d_TAGS - 1]);
    [all...]
CmdBldCfg.c 473 DB_PS_STREAM(hCmdBld).tid[pPsRxStreaming->uTid] = *pPsRxStreaming;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3742 int tid = Res_GETTYPE(resID); local
    [all...]
  /dalvik/vm/
Thread.c     [all...]
  /external/sqlite/dist/
sqlite3.c 14897 TID tid; local
14910 TID tid; local
14936 TID tid; local
14948 TID tid; local
14972 TID tid; local
21493 pthread_t tid; \/* The thread that "owns" this unixFile *\/ member in struct:unixFile
22241 pthread_t tid; \/* Thread ID of lock owner. Zero if not using LinuxThreads *\/ member in struct:unixLockKey
    [all...]
sqlite3.c.orig     [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 546 threadInfo.tid = pthread_self();
    [all...]

Completed in 5173 milliseconds

1 2 3 4 5 67 8