/hardware/ril/mock-ril/src/cpp/ |
D | protobuf_v8.cpp | 117 class Type : public ObjectWrap { class in protobuf_v8::Schema 137 Type(Schema* schema, const Descriptor* descriptor, Handle<Object> self) in Type() function in protobuf_v8::Schema::Type 197 const Type* message_type, in ToJs() 259 const Type* child_type = in ToJs() 285 Type* type = UnwrapThis<Type>(args); in Parse() 304 const Type* type, in ToProto() 411 const Type* child_type = in ToProto() 440 Type* type = UnwrapThis<Type>(args); in Serialize() 457 return String::New(UnwrapThis<Type>(args)->descriptor_->full_name().c_str()); in ToString() 466 Type* GetType(const Descriptor* descriptor) { in GetType() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | spectrumMngmntMgr.c | 306 measurementReport.measurementType = pRequestArr[0]->Type; in measurementMgr_dot11hBuildRejectReport() 386 measurementReport.measurementType = request.Type; in measurementMgr_dot11hBuildReport() 391 if(request.Type == MSR_TYPE_BASIC_MEASUREMENT) in measurementMgr_dot11hBuildReport()
|
D | measurementMgr.c | 671 (pRequestArr[0]->Type == MSR_TYPE_BEACON_MEASUREMENT) && in measurementMgr_activateNextRequest() 687 …el: %d)\n Scan Mode: %d\n Duration: %d\n\n", index+1, pRequestArr[index]->Type, pRequestArr[index]… in measurementMgr_activateNextRequest() 1021 if (pMeasurementMgr->isTypeValid(hMeasurementMgr, pRequestArr[requestIndex]->Type, in measurementMgr_isRequestValid() 1024 …d measurement type of request #%d (type = %d)\n", requestIndex+1, pRequestArr[requestIndex]->Type); in measurementMgr_isRequestValid() 1034 … type of request #%d is supported (type = %d)\n", requestIndex+1, pRequestArr[requestIndex]->Type); in measurementMgr_isRequestValid() 1038 if ((pRequestArr[requestIndex]->Type != MSR_TYPE_BEACON_MEASUREMENT) || in measurementMgr_isRequestValid()
|
D | requestHandler.h | 56 EMeasurementType Type; member
|
D | requestHandler.c | 558 pCurrRequest->Type = (EMeasurementType)(*pData++); in insertMeasurementIEToQueue()
|
D | measurementMgrSM.c | 893 if (pRequestArr[requestIndex]->Type == MSR_TYPE_BEACON_MEASUREMENT) in measurementMgrSM_acStartMeasurement() 914 request.msrTypes[request.numberOfTypes].msrType = pRequestArr[requestIndex]->Type; in measurementMgrSM_acStartMeasurement()
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | txCtrlServ.c | 222 pWlanSnapHeader->Type = HTOWLANS(ETHERTYPE_IP); in txCtrlServ_buildWlanHeader()
|
D | rx.c | 1390 swapedTypeLength = WLANTOHS (pWlanSnapHeader->Type); in rxData_convertWlanToEthHeader() 1446 EthHeader.type = pWlanSnapHeader->Type; in rxData_convertWlanToEthHeader() 1529 swapedTypeLength = WLANTOHS (pWlanSnapHeader->Type); in rxData_ConvertAmsduToEthPackets() 1548 pEthHeader->type = pWlanSnapHeader->Type; in rxData_ConvertAmsduToEthPackets()
|
D | txCtrl.c | 818 pWlanSnapHeader->Type = pEthHeader->type; in txCtrl_BuildDataPktHdr()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
D | windows_types.h | 156 TI_UINT32 Type; member
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_radio.h | 1206 uint8 Type; /* TLV Type Index */ member 1343 int8 Type; member
|
/hardware/ril/mock-ril/src/proto/ |
D | ril.proto | 138 optional RilUusType uus_type = 1; /* UUS Type */
|
/hardware/ti/wlan/wl1271/utils/ |
D | 802_11Defs.h | 278 TI_UINT16 Type; member
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | README | 194 Type is 0-data packet, 1-ack, 2-probe req, 3-random data, 4-user data
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | templates.c | 818 pBuffer->LLC.Type = WLANTOHS((TI_UINT16)0x806); in buildArpRspTemplate()
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | cu_cmd.c | 4940 …data.testCmd_u.Statistics.RxPacketStatistics[i].Type,data.testCmd_u.Statistics.RxPacketStatistics[… in CuCmd_RadioDebug_GetRxStatistics() 5094 nvsTypeTLV[nvsTypeInfo].Type = tlvType; in nvsParsePreviosOne() 5342 if ((oldNVSParam[eNVS_RADIO_TX_TYPE_PARAMETERS_INFO].Type != eNVS_RADIO_TX_PARAMETERS) || in nvsUpdateFile() 5344 (oldNVSParam[eNVS_RADIO_RX_TYPE_PARAMETERS_INFO].Type != eNVS_RADIO_RX_PARAMETERS) || in nvsUpdateFile()
|