Searched refs:Type (Results 1 - 25 of 28) sorted by relevance

12

/system/core/libacc/
H A Dacc.cpp185 struct Type { struct in class:acc::Compiler
192 Type* pHead; // For a struct this is the prototype struct.
193 Type* pTail;
207 Type* pType;
353 void setTypes(Type* pInt) {
370 virtual int functionEntry(Type* pDecl) = 0;
379 virtual void functionExit(Type* pDecl, int localVariableAddress,
386 virtual void loadFloat(int address, Type* pType) = 0;
389 virtual void addStructOffsetR0(int offset, Type* pType) = 0;
454 virtual void leaR0(int ea, Type* pPointerTyp
[all...]
/system/bluetooth/data/
H A Dblacklist.conf5 // Module,Type,Value List,Parameter List, //Comment
/system/extras/tests/sdcard/
H A Dtestcase.h44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE}; enum in class:android_test::TestCase
116 Type type() const { return mType; }
132 Type mType;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
H A DrequestHandler.h56 measurement_type_e Type;
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DrequestHandler.h56 EMeasurementType Type; member in struct:__anon1601
H A DspectrumMngmntMgr.c306 measurementReport.measurementType = pRequestArr[0]->Type;
386 measurementReport.measurementType = request.Type;
391 if(request.Type == MSR_TYPE_BASIC_MEASUREMENT)
H A DmeasurementMgr.c353 WLAN_OS_REPORT(("current Frame Type: %d\n", pMeasurementMgr->currentFrameType));
673 (pRequestArr[0]->Type == MSR_TYPE_BEACON_MEASUREMENT) &&
689 TRACE6(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": \n\nRequest #%d:\n Type: %d\n Measured Channel: %d (Serving Channel: %d)\n Scan Mode: %d\n Duration: %d\n\n", index+1, pRequestArr[index]->Type, pRequestArr[index]->channelNumber, pMeasurementMgr->servingChannelID, pRequestArr[index]->ScanMode, pRequestArr[index]->DurationTime);
1022 /* Checking validity of the Request Type */
1023 if (pMeasurementMgr->isTypeValid(hMeasurementMgr, pRequestArr[requestIndex]->Type,
1026 TRACE2(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Request rejected due to invalid measurement type of request #%d (type = %d)\n", requestIndex+1, pRequestArr[requestIndex]->Type);
1036 TRACE2(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement type of request #%d is supported (type = %d)\n", requestIndex+1, pRequestArr[requestIndex]->Type);
1040 if ((pRequestArr[requestIndex]->Type != MSR_TYPE_BEACON_MEASUREMENT) ||
H A DrequestHandler.c559 pCurrRequest->Type = (EMeasurementType)(*pData++);
H A DmeasurementMgrSM.c476 /* Setting the frame Type */
479 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Frame Type = %d\n", pMeasurementMgr->currentFrameType);
888 if (pRequestArr[requestIndex]->Type == MSR_TYPE_BEACON_MEASUREMENT)
909 request.msrTypes[request.numberOfTypes].msrType = pRequestArr[requestIndex]->Type;
911 TRACE3(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ":\n\nMeasurement Request #%d Details: Type = %d, Duration = %d\n\n", request.numberOfTypes+1, request.msrTypes[request.numberOfTypes].msrType, request.msrTypes[request.numberOfTypes].duration);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
H A DEthernet.h65 UINT16 Type; member in struct:__anon940
H A D802_11Defs.h55 /* | Order | WEP | More | Pwr | Retry | More | From | To | Subtype | Type | Protocol |*/
254 UINT16 Type;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
H A DspectrumMngmntMgr.c309 measurementReport.measurementReportIE.measurementType = pRequestArr[0]->Type;
391 measurementReport.measurementReportIE.measurementType = request.Type;
396 if(request.Type == MSR_TYPE_BASIC_MEASUREMENT)
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlServ.c194 /* receive BssId and Bss Type from control module */
222 pWlanSnapHeader->Type = HTOWLANS(ETHERTYPE_IP);
H A Drx.c1385 swapedTypeLength = WLANTOHS (pWlanSnapHeader->Type);
1441 EthHeader.type = pWlanSnapHeader->Type;
1524 swapedTypeLength = WLANTOHS (pWlanSnapHeader->Type);
1543 pEthHeader->type = pWlanSnapHeader->Type;
1680 TRACE0(pRxData->hReport, REPORT_SEVERITY_ERROR, "rxData_ReceivePacket: Received Packet MIC failure. Type = Group\n");
1686 TRACE0(pRxData->hReport, REPORT_SEVERITY_ERROR, "rxData_ReceivePacket: Received Packet MIC failure. Type = Pairwise\n");
H A DtxCtrl.c808 pWlanSnapHeader->Type = pEthHeader->type;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Dwindows_types.h155 ULONG Type; member in struct:_NDIS_802_11_TEST
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
H A Dwindows_types.h156 TI_UINT32 Type; member in struct:_NDIS_802_11_TEST
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c426 WLAN_OS_REPORT(("current Frame Type: %d\n", pMeasurementMgr->currentFrameType));
764 (pRequestArr[0]->Type == MSR_TYPE_BEACON_MEASUREMENT) &&
783 ("%s: \n\nRequest #%d:\n Type: %d\n Measured Channel: %d (Serving Channel: %d)\n Scan Mode: %d\n Duration: %d\n\n", __FUNCTION__,
784 index+1, pRequestArr[index]->Type, pRequestArr[index]->channelNumber,
1128 /* Checking validity of the Request Type */
1129 if (pMeasurementMgr->isTypeValid(hMeasurementMgr, pRequestArr[requestIndex]->Type,
1133 ("%s: Request rejected due to invalid measurement type of request #%d (type = %d)\n", __FUNCTION__, requestIndex+1, pRequestArr[requestIndex]->Type));
1144 ("%s: Measurement type of request #%d is supported (type = %d)\n", __FUNCTION__, requestIndex+1, pRequestArr[requestIndex]->Type));
1148 if ((pRequestArr[requestIndex]->Type != MSR_TYPE_BEACON_MEASUREMENT) ||
H A DrequestHandler.c572 pCurrRequest->Type = (measurement_type_e)(*pData++);
H A DmeasurementMgrSM.c493 /* Setting the frame Type */
497 ("%s: Frame Type = %d\n", __FUNCTION__, pMeasurementMgr->currentFrameType));
910 if (pRequestArr[requestIndex]->Type == MSR_TYPE_BEACON_MEASUREMENT)
932 request.msrTypes[request.numberOfTypes].msrType = pRequestArr[requestIndex]->Type;
935 ("%s:\n\nMeasurement Request #%d Details: Type = %d, Duration = %d\n\n", __FUNCTION__,
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_radio.h555 Type: Configuration
602 Type: Configuration
1023 Type: PLT
1150 uint8 Type; /* TLV Type Index */ member in struct:__anon1251
1287 int8 Type; member in struct:__anon1260
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
H A Drx.c1498 swapedTypeLength = wlan_ntohs(pWlanSnapHeader->Type);
1557 EthHeader.TypeLength = pWlanSnapHeader->Type;
1580 EthHeader.TypeLength = pWlanSnapHeader->Type;
1676 ("rxData_ReceivePacket: Received MSDU MIC failure. Type = %s\n",
/system/wlan/ti/wilink_6_1/utils/
H A D802_11Defs.h77 /* | Order | WEP | More | Pwr | Retry | More | From | To | Subtype | Type | Protocol |*/
278 TI_UINT16 Type; member in struct:__anon1842
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DackEmulUtil.c74 | dsap | SSAP | Control | OUI | Type |
455 if ((wlan_ntohs(((Wlan_LlcHeader_T*)pWlanSnapHeader)->Type) == IP_PROTOCOL_NUMBER) &&
830 | dsap | SSAP | Control | OUI | Type | AE | AE |Active |Segment |
831 | 0xAA | 0xAA | 0x00 | 0x080028 | 0x60D0 | Type | Len | Index | Size |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h162 Type: Configuration
192 Type: Configuration
259 uint8 Type; member in struct:__anon802
285 Type: Configuration
318 Type: Configuration
347 Type: Configuration
414 Type: Configuration
450 Type: Configuration
471 Type: Configuration
482 uint8 dot11_Table; /*cast and deref this as array of Sizeof-dot11_ID-Type
[all...]

Completed in 770 milliseconds

12