/hardware/intel/img/psb_video/src/hwdefs/ |
D | reg_io2.h | 70 IMG_UINT32 REGIO_READ_FIELD(IMG_UINT32 ui32RegValue, group, reg, field); 96 …IMG_UINT32 REGIO_READ_REPEATED_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui… 117 IMG_UINT32 REGIO_READ_REGISTER(IMG_UINT32 ui32DevId, group, reg); 140 …IMG_UINT32 REGIO_READ_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32TabIndex… 166 …IMG_VOID REGIO_WRITE_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui32Va… 193 …IMG_VOID REGIO_WRITE_REPEATED_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui… 217 IMG_VOID REGIO_WRITE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32RegValue); 242 …IMG_VOID REGIO_WRITE_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32TabIndex… 267 …IMG_VOID REGIO_WRITE_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32Offset, … 278 #define REGIO_READ_FIELD(ui32RegValue, group, reg, field) … [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
D | helper.js | 59 var group = groups[0]; 62 if (groups[i] != group) { 70 if (group in modulesByGroup) { 71 modulesByGroup[group].push(module); 73 modulesByGroup[group] = [module]; 81 var group = groups[i]; 82 …html += '<div class="upmGroup"><div class="right-arrow"></div>' + group + '</div><span class="upmM… 83 var moduleNames = modulesByGroup[group];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | diff.py | 93 a = diff_file.group(2) 97 b = diff_file.group(2) 103 if diffrange.group(2): 104 start_a = int(diffrange.group(1)) 105 len_a = int(diffrange.group(3)) 108 len_a = int(diffrange.group(1)) 110 if diffrange.group(5): 111 start_b = int(diffrange.group(4)) 112 len_b = int(diffrange.group(6)) 115 len_b = int(diffrange.group(4))
|
D | cpplint.py | 471 category = matched.group(1) 1082 line = leading_space.group(1) + '""' + line[end + len(delimiter):] 1093 delimiter = ')' + matched.group(2) + '"' 1095 end = matched.group(3).find(delimiter) 1098 line = (matched.group(1) + '""' + 1099 matched.group(3)[end + len(delimiter):]) 1103 line = matched.group(1) + '""' 1700 self.class_indent = len(initial_indent.group(1)) 1728 if indent and len(indent.group(1)) != self.class_indent: 1942 new_namespace = _NamespaceInfo(namespace_decl_match.group(1), linenum) [all …]
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_deblock.c | 73 #define psb_deblock_reg_set(group, reg, value) \ argument 74 … *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \ 77 #define psb_deblock_reg_set_RELOC( group, reg, buffer, buffer_offset, dst) \ argument 78 … *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \ 81 #define psb_deblock_reg_table_set(group, reg, index, value) \ argument 82 …*cmdbuf->regio_idx++ = ( (group##_##reg##_OFFSET + group##_##BASE + index*group##_##reg##_STRIDE) … 85 #define psb_deblock_reg_get(group, reg) \ argument 86 …*cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_GET; reg_ge…
|
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/ |
D | at42qt1070.cxx | 219 AT42QT1070::setAKSGroup(uint8_t key, uint8_t group) in setAKSGroup() argument 227 if (group > 3) { in setAKSGroup() 233 value = value | group; in setAKSGroup()
|
D | at42qt1070.h | 256 uint8_t setAKSGroup(uint8_t key, uint8_t group);
|
/hardware/ril/rild/ |
D | rild.rc | 7 group radio cache inet misc audio log readproc wakelock
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 48 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group); 49 static int wifi_add_membership(wifi_handle handle, const char *group); 276 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership() argument 280 int id = wifi_get_multicast_id(handle, "nl80211", group); in wifi_add_membership() 282 ALOGE("Could not find group %s", group); in wifi_add_membership() 288 ALOGE("Could not add membership to group %s", group); in wifi_add_membership() 529 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand() argument 533 mGroup = group; in GetMulticastIdCommand() 1091 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group) in wifi_get_multicast_id() argument 1093 GetMulticastIdCommand cmd(handle, name, group); in wifi_get_multicast_id()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 71 const char *group); 72 static int wifi_add_membership(wifi_handle handle, const char *group); 598 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership() argument 602 int id = wifi_get_multicast_id(handle, "nl80211", group); in wifi_add_membership() 604 ALOGE("Could not find group %s", group); in wifi_add_membership() 610 ALOGE("Could not add membership to group %s", group); in wifi_add_membership() 834 const char *group) : WifiCommand(handle, 0) in GetMulticastIdCommand() argument 837 mGroup = group; in GetMulticastIdCommand() 902 const char *group) in wifi_get_multicast_id() argument 904 GetMulticastIdCommand cmd(handle, name, group); in wifi_get_multicast_id()
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 186 var group = getName(spec_c); 188 xml2js.CLASSGROUPS[group] = { 194 xml2js.CLASSES[c].group = group; 196 console.log('Warning: Group ' + group + ' has unknown class ' + c); 210 _.each(findUsage(c), function(group) { argument 211 xml2js.CLASSGROUPS[group].classes.push(c);
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | netlink.h | 112 __u32 group; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | netlink.h | 112 __u32 group; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | netlink.h | 119 __u32 group; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | netlink.h | 119 __u32 group; member
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | qosregistry.h | 213 UINT group; /* scratch group ID (only for scratch memory) */ member
|
/hardware/bsp/intel/soc/edison/ |
D | init.edison.rc | 40 group root
|
/hardware/ti/omap3/dspbridge/inc/ |
D | qosregistry.h | 219 UINT group; /* scratch group ID (only for scratch memory) */ member
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn.cpp | 69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | p2p.h | 90 uint8 group; /* Group Capability Bitmap */ member
|