Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 27) sorted by relevance

12

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm_utils_list.c73 uint32_t items=0; in viddec_pm_utils_list_updatebytepos() local
80 list->data[items].stpos = start; in viddec_pm_utils_list_updatebytepos()
81 list->data[items].edpos = end; in viddec_pm_utils_list_updatebytepos()
82 items++; in viddec_pm_utils_list_updatebytepos()
86 end += list->sc_ibuf[items].len; in viddec_pm_utils_list_updatebytepos()
88 list->data[items].stpos = start; in viddec_pm_utils_list_updatebytepos()
89 list->data[items].edpos = end; in viddec_pm_utils_list_updatebytepos()
90 items++; in viddec_pm_utils_list_updatebytepos()
92 while(items < list->num_items) in viddec_pm_utils_list_updatebytepos()
102 list->data[items].stpos = start; in viddec_pm_utils_list_updatebytepos()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h39 std::vector<T> items; in flush() local
43 return items; in flush()
46 items.push_back(std::move(mQueue.front())); in flush()
49 return items; in flush()
135 std::vector<T> items = mQueue->flush(); in runInternal() local
137 if (items.size() > 0) { in runInternal()
138 onBatchReceived(items); in runInternal()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.h186 int snd_use_case_free_list(const char *list[], int items);
Dalsa_mixer.c137 unsigned max = mixer->ctl[n].info->value.enumerated.items; in mixer_close()
201 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open()
205 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open()
274 for (m = 1; m < ei->value.enumerated.items; m++) in mixer_dump()
441 (v < ctl->info->value.enumerated.items) ? ctl->ename[v] : "???"); in mixer_ctl_get()
733 max = ctl->info->value.enumerated.items; in mixer_ctl_select()
/hardware/libhardware/include/hardware/
Dbt_rc.h619 bt_status_t (*get_now_playing_list_cmd) (bt_bdaddr_t *bd_addr, uint8_t start, uint8_t items);
622 bt_status_t (*get_folder_list_cmd) (bt_bdaddr_t *bd_addr, uint8_t start, uint8_t items);
625 bt_status_t (*get_player_list_cmd) (bt_bdaddr_t *bd_addr, uint8_t start, uint8_t items);
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIface.hal419 * specified, other radio work items on the same channel can be completed in
420 * parallel. Otherwise, all other radio work items are blocked during
451 * This method may also be used to cancel items that have been scheduled
/hardware/intel/common/libmix/mix_audio/
DCOPYING13 … notices from the Software. Intel may make changes to the Software, or to items referenced therein…
14 …curacy or completeness of any information, text, graphics, links or other items contained within t…
/hardware/intel/common/libmix/mix_vbp/
DCOPYING13 … notices from the Software. Intel may make changes to the Software, or to items referenced therein…
14 …curacy or completeness of any information, text, graphics, links or other items contained within t…
/hardware/intel/common/libmix/mix_common/
DCOPYING13 … notices from the Software. Intel may make changes to the Software, or to items referenced therein…
14 …curacy or completeness of any information, text, graphics, links or other items contained within t…
/hardware/intel/common/libmix/mix_video/
DCOPYING13 … notices from the Software. Intel may make changes to the Software, or to items referenced therein…
14 …curacy or completeness of any information, text, graphics, links or other items contained within t…
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal183 * is contained within this single line with data items separated by commas.
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h872 unsigned int items; member
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h858 unsigned int items; /* R: number of items */ member
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h857 unsigned int items; /* R: number of items */ member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h872 unsigned int items; member
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h857 unsigned int items; /* R: number of items */ member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h869 unsigned int items; /* R: number of items */ member
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h866 unsigned int items; member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h865 unsigned int items; member
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h865 unsigned int items; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h869 unsigned int items; /* R: number of items */ member
/hardware/interfaces/radio/1.0/
Dtypes.hal692 // CDMA radio and account information (items 1-10)
698 // Carrier device provisioning (items 11-30)
708 // Mobile IP profile information (items 31-50)
721 // CDMA network and band config (items 51-70)
732 // LTE network and band config (items 71-90)
747 RELOAD, // reload all NV items
DIRadio.hal1319 * Read one of the radio NV items.
1330 * Write one of the radio NV items.
/hardware/ril/reference-ril/
Dreference-ril.c1229 static int parseRegistrationState(char *str, int *type, int *items, int **response) argument
1330 if (items)
1331 *items = commas + 1;
/hardware/intel/bootstub/
DLICENSE331 mouse-clicks or menu items--whatever suits your program.

12