Home
last modified time | relevance | path

Searched refs:map_id (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c71 snd_ctl_elem_id_t map_id; member
220 if (numid == map->map_id.numid) in remap_find_map_numid()
235 if (snd_ctl_elem_id_compare_set(id, &map->map_id) == 0) in remap_find_map_id()
378 *id = map->map_id; in snd_ctl_remap_elem_list()
448 info->id = map->map_id; in remap_map_elem_info()
492 control->id = map->map_id; in remap_map_elem_read()
554 control->id = map->map_id; in remap_map_elem_write()
819 debug_id(&map->map_id, "%s found (all)\n", __func__); in remap_event_for_all_map_controls()
831 debug_id(&map->map_id, "%s marking for read\n", __func__); in remap_event_for_all_map_controls()
852 event->data.elem.id = map->map_id; in snd_ctl_remap_read()
[all...]
/third_party/backends/backend/
H A Dplustek-pp_ptdrv.c797 map.len, map.map_id, (u_long)map.map ); in ptdrvIoctl()
809 if( _MAP_MASTER == map.map_id ) { in ptdrvIoctl()
820 if( map.map_id == _MAP_GREEN ) in ptdrvIoctl()
822 if( map.map_id == _MAP_BLUE ) in ptdrvIoctl()
834 MapAdjust( ps, map.map_id ); in ptdrvIoctl()
H A Dplustek-pp_wrapper.c292 m.map_id = channel; in ppDev_setMap()
H A Dplustek-pp.h93 int map_id; /**< what map */ member
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc970 uint32_t map_id = GetMapId(*map); in SerializeObject() local
971 object_serializer_.WriteUint32(map_id); in SerializeObject()
1943 uint32_t map_id; in DeserializeObjects() local
1944 if (!deserializer_.ReadUint32(&map_id) || map_id >= map_count_) { in DeserializeObjects()
1948 Map raw_map = Map::cast(maps_.get(map_id)); in DeserializeObjects()
/third_party/libbpf/src/
H A Dskel_internal.h272 attr.map_id = id; in skel_map_get_fd_by_id()
H A Dbpf.c1074 attr.map_id = id; in bpf_map_get_fd_by_id_opts()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h409 * *map_id*.
1532 __u32 map_id; member
6529 __u32 map_id; member
6551 __u32 map_id; member
/third_party/ltp/include/lapi/
H A Dbpf.h276 uint32_t map_id; member

Completed in 27 milliseconds