HomeSort by relevance Sort by last modified time
    Searched refs:list_id (Results 1 - 13 of 13) sorted by null

  /external/ltp/testcases/kernel/fs/inode/
inode01.c 97 int list_id; variable
166 list_id = creat(path_list_string, FILE_MODE);
167 if (list_id == -1) {
210 close(list_id);
211 list_id = open(path_list_string, READ);
212 if (list_id == -1) {
218 list_stream = fdopen(list_id, "r");
677 ret_len = write(list_id, write_string, len);
695 close(list_id);
inode02.c 81 int list_id; variable
293 list_id = creat(path_list_string, FILE_MODE);
294 if (list_id == -1) {
326 close(list_id);
327 list_id = open(path_list_string, READ);
328 if (list_id == -1) {
334 list_stream = fdopen(list_id, "r");
782 ret_len = write(list_id, write_string, len);
805 close(list_id);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 45 int AudioCodingModule::Codec(int list_id, CodecInst* codec) {
46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id);
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 105 // -list_id : list number.
112 // -1 if the list number (list_id) is invalid.
115 static int Codec(int list_id, CodecInst* codec);
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_extra.h 328 int sg_ll_receive_copy_results(int sg_fd, int sa, int list_id, void * resp,
348 int sg_ll_3party_copy_out(int sg_fd, int sa, unsigned int list_id,
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 66 struct dl_list list_id; member in struct:wpa_bss
bss.c 237 dl_list_del(&bss->list_id);
453 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
668 struct dl_list *prev = bss->list_id.prev;
669 dl_list_del(&bss->list_id);
689 dl_list_add(prev, &bss->list_id);
1084 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
    [all...]
ctrl_iface.c     [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_extra.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_workload.c 706 static void h264_parse_emit_ref_list( void *parent, h264_Info *pInfo, uint32_t list_id)
712 if(0 == list_id)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 371 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
    [all...]
dbus_new_handlers.c     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 1129 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ local
1131 /* See if the list_id falls in the range contained in this texture atlas */
1133 list_id >= atlas_id &&
1134 list_id < atlas_id + atlas->numBitmaps) {
    [all...]

Completed in 927 milliseconds