Searched refs:item (Results 1 - 25 of 42) sorted by relevance

12

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_CmdQueue.cpp81 void MessageQueue::enqueue(Message *item) argument
85 Tail = item;
86 Head = item;
93 Head->setnext(item);
97 Tail->setnext(item);
99 Tail = item;
124 Message *item = NULL; local
151 item = MsgQueueInternal->dequeue();
152 if(item == NULL)
154 item
[all...]
H A DIPACM_EvtDispatcher.cpp58 Message *item = NULL; local
77 item = new Message();
78 if(item == NULL)
80 IPACMERR("unable to create new message item\n");
84 item->evt.callback_ptr = IPACM_EvtDispatcher::ProcessEvt;
85 memcpy(&item->evt.data, data, sizeof(ipacm_cmd_q_data));
93 IPACMDBG("Enqueing item\n");
94 MsgQueue->enqueue(item);
95 IPACMDBG("Enqueued item %p\n", item);
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_emit.c30 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item) argument
35 cxt->data->item[cxt->num_items] = *item;
38 CDEB(0, "%s: item(%02d) = [%08x %08x %08x %08x]\n",__FUNCTION__, cxt->num_items - 1, item->vwi_type, item->vwi_payload[0], item->vwi_payload[1], item->vwi_payload[2]);
43 WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_FATAL_WKLD_OVERLFOW, (int)item->vwi_type, (int)(cxt->data), 0, 0, 0, 0);
50 viddec_workload_item_t item; local
68 viddec_workload_item_t item; local
[all...]
H A Dviddec_pm_parser_ops.c44 int32_t viddec_pm_append_workitem(void *parent, viddec_workload_item_t *item) argument
50 ret = viddec_emit_append(&(cxt->emitter.cur), item);
54 int32_t viddec_pm_append_workitem_next(void *parent, viddec_workload_item_t *item) argument
60 ret = viddec_emit_append(&(cxt->emitter.next), item);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_list.h54 static inline void cam_list_add_tail_node(struct cam_list *item, argument
59 head->prev = item;
60 item->next = head;
61 item->prev = prev;
62 prev->next = item;
65 static inline void cam_list_insert_before_node(struct cam_list *item, argument
68 item->next = node;
69 item->prev = node->prev;
70 item->prev->next = item;
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_CmdQueue.h77 void setnext(Message *item) { m_next = item; } argument
100 void enqueue(Message *item);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_emitter.h37 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item);
89 viddec_workload_item_t item; local
91 item.vwi_type = type;
92 item.vwi_payload[0] = item.vwi_payload[1] = item.vwi_payload[2] = 0;
93 viddec_emit_append(cur_wkld, &item);
H A Dviddec_parser_ops.h58 /* This function appends a work item to current workload.
60 int32_t viddec_pm_append_workitem(void *parent, viddec_workload_item_t *item);
62 /* This function appends a work item to next workload.
64 int32_t viddec_pm_append_workitem_next(void *parent, viddec_workload_item_t *item);
/hardware/intel/common/libmix/mix_common/src/
H A Dmixlog.c33 char *item = NULL; local
50 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS);
51 while (item != NULL) {
52 g_hash_table_insert(*ht, item, "true");
53 item = strtok(NULL, MIX_DELOG_DELIMITERS);
155 char *item = NULL; local
167 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS);
168 while (item != NULL) {
169 if (strcmp(item, name) == 0) {
173 item
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_workload.h141 __attribute__ ((aligned (16))) viddec_workload_item_t item[1]; member in struct:viddec_workload
/hardware/google/av/media/sfplugin/
H A DCCodecConfig.cpp77 C2Value mapFromMessage(const AMessage::ItemData &item) const {
83 if (item.find(&int32Value)) {
85 } else if (item.find(&int64Value)) {
87 } else if (item.find(&floatValue)) {
89 } else if (item.find(&doubleValue)) {
100 AMessage::ItemData item; local
110 item.set(int32Value);
113 item.set((int32_t)uint32Value);
115 item.set(int64Value);
118 item
716 AMessage::ItemData item; local
779 relaxValues(ReflectedParamUpdater::Value &item) argument
818 AMessage::ItemData item; local
845 ReflectedParamUpdater::Value item; local
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DConcurrentQueue.h52 void push(T&& item) { argument
58 mQueue.push(std::move(item));
/hardware/google/av/codec2/1.0/mts/common/
H A Dmedia_c2_hidl_test_common.h52 for (auto& item : workBundle.works) {
53 processedWork.push_back(std::move(item));
/hardware/google/av/codec2/include/
H A DC2Enum.h91 for (auto &item : items) {
92 namedValues.emplace_back(item.first, item.second);
H A DC2ParamDef.h750 for (const T &item : init) {
754 array[ix++] = item;
766 for (const T &item : init) {
770 array[ix++] = item;
/hardware/libhardware/modules/radio/
H A Dradio_hw.c286 struct listnode *item; local
307 list_for_each_safe(item, tmp, &tuner->command_list) {
308 cmd = node_to_item(item, struct thread_command, node);
313 list_remove(item);
324 list_remove(item);
488 list_for_each_safe(item, tmp, &tuner->command_list) {
489 cmd = node_to_item(item, struct thread_command, node);
491 list_remove(item);
537 struct listnode *item; local
548 list_for_each(item,
[all...]
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponentStore.cpp256 const auto item = mStructDescriptors.find(coreIndex); local
257 if (item == mStructDescriptors.end()) {
271 } else if (item->second) {
272 objcpy(&descriptors[dstIx++], *item->second);
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp542 NvWriteItem item; local
543 memset(&item, 0, sizeof(item));
544 item.value = hidl_string();
546 radio->nvWriteItem(serial, item);
597 SelectUiccSub item; local
598 memset(&item, 0, sizeof(item));
600 radio->setUiccSubscription(serial, item);
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatusOsObserver.cpp52 // Close data-item library handle
293 // check if there are any other subscribed client for this data item id
367 // Copy contents into the newly created data item
389 for (auto item : mDList) {
391 mParent->updateCache(item, dataItemUpdated);
393 dataItemIdsToBeSent.push_back(item->getId());
397 // Send data item to all subscribed clients
444 // Check if data item exists in mActiveRequestCount
447 // Data item not found in map
471 LOC_LOGD("turnOn - Data item
[all...]
/hardware/interfaces/broadcastradio/common/utils2x/
H A DUtils.cpp373 auto isKey = [key](const V2_0::Metadata& item) {
374 return static_cast<V2_0::MetadataKey>(item.key) == key;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c208 tmp.value.enumerated.item = m;
439 unsigned v = ev.value.enumerated.item[n];
442 *value = ev.value.enumerated.item[0];
742 ev.value.enumerated.item[0] = n;
/hardware/google/av/media/codecs/cmds/
H A Dcodec2.cpp180 for (auto & item : workItems) {
181 mProcessedWork.push_back(std::move(item));
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h867 unsigned int item; member in struct:snd_ctl_elem_info::__anon4409::__anon4412
900 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4414::__anon4417
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h827 unsigned char name[44]; /* ASCII name of item */
828 unsigned int index; /* index of item */
859 unsigned int item; /* W: item number */ member in struct:snd_ctl_elem_info::__anon4525::__anon4528
886 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4530::__anon4533
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h876 unsigned int item; member in struct:snd_ctl_elem_info::__anon4674::__anon4677
908 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4679::__anon4682

Completed in 1319 milliseconds

12