Home
last modified time | relevance | path

Searched refs:map (Results 1 – 15 of 15) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DspectrumMngmntMgr.c70 static void buildMapSubFieldForBasicReport(TI_HANDLE hMeasurementMgr, TI_UINT8* map);
371 TI_UINT8 map = 0; in measurementMgr_dot11hBuildReport() local
400 buildMapSubFieldForBasicReport(hMeasurementMgr,&map); in measurementMgr_dot11hBuildReport()
403 *pMeasurReport++ = map; in measurementMgr_dot11hBuildReport()
485 static void buildMapSubFieldForBasicReport(TI_HANDLE hMeasurementMgr,TI_UINT8* map)
514 *map = DOT11_BSS_ONLY;
534 *map = DOT11_OFDM_ONLY;
555 *map = DOT11_RADAR_AND_UNIDENTIFIED;
557 *map = 0;
/hardware/ti/wlan/mac80211/ti-utils/
Dmisc_cmds.c24 void *map = MAP_FAILED; in handle_push_nvs() local
44 map = mmap(0, filestat.st_size, PROT_READ, MAP_SHARED, fd, 0); in handle_push_nvs()
45 if (map == MAP_FAILED) { in handle_push_nvs()
56 NLA_PUT(msg, WL1271_TM_ATTR_DATA, filestat.st_size, map); in handle_push_nvs()
66 if (map != MAP_FAILED) { in handle_push_nvs()
67 munmap(map, filestat.st_size); in handle_push_nvs()
86 void *map = MAP_FAILED;
109 if (map != MAP_FAILED)
110 munmap(map, filestat.st_size);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DTrustletSession.h45 std::map<uint32_t, CWsm_ptr> buffers;
DTrustletSession.cpp52 map<uint32_t, CWsm_ptr>::iterator it; in ~TrustletSession()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DNetlinkConnection.h216 typedef std::map<uint64_t, NetlinkConnection *> connectionMap_t;
/hardware/ti/omap4xxx/domx/make/
Dbuild.mk145 MAPFILE := -Wl,-Map,$(TARGET).map
299 - $(call RM,-f $(TARGET).map)
315 - @$(call RM, $(TARGET).map)
/hardware/ti/omap4xxx/
Dmapinfo.c15 map_to_name(map, data, ""));
/hardware/ti/omap4xxx/original-kernel-headers/linux/
Domapfb.h243 unsigned map:1; /* kernel mapped by the driver */ member
/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c696 unsigned long map[8]; in bcmstrtok() local
707 map[count] = 0; in bcmstrtok()
712 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok()
722 while (((map[*str >> 5] & (1 << (*str & 31))) && *str) || (*str == ' ')) { in bcmstrtok()
732 if (map[*str >> 5] & (1 << (*str & 31))) { in bcmstrtok()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h516 uint8 map; member
530 uint8 map; member
547 uint8 map; member
556 chan_map_tuple_t map[1]; member
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
D802.11.h489 uint8 map; member
503 uint8 map; member
520 uint8 map; member
529 chan_map_tuple_t map[1]; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c820 unsigned long map[8]; in bcmstrtok() local
831 map[count] = 0; in bcmstrtok()
836 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok()
846 while (((map[*str >> 5] & (1 << (*str & 31))) && *str) || (*str == ' ')) { in bcmstrtok()
856 if (map[*str >> 5] & (1 << (*str & 31))) { in bcmstrtok()
/hardware/ril/mock-ril/src/cpp/
Dprotobuf_v8.cpp56 using std::map;
482 map<const Descriptor*, Type*> types_;
Dresponses.cpp371 typedef std::map<int, RspConversion> RspConversionMap;
375 typedef std::map<int, UnsolRspConversion> UnsolRspConversionMap;
Drequests.cpp268 typedef std::map<int, ReqConversion> ReqConversionMap;