Searched defs:id (Results 251 - 275 of 346) sorted by relevance

<<11121314

/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp240 LOC_LOGV("id: %d\n type: %s\n flags: %d\n time out: %d\n "
241 "default response: %s\n requestor id encoding: %s\n"
1083 LocEngRequestSuplEs::LocEngRequestSuplEs(void* locEng, int id) : argument
1084 LocMsg(), mLocEng(locEng), mID(id) {
1115 LocEngRequestATL::LocEngRequestATL(void* locEng, int id, argument
1117 LocMsg(), mLocEng(locEng), mID(id), mType(agps_type) {
1142 LocEngReleaseATL::LocEngReleaseATL(void* locEng, int id) : argument
1143 LocMsg(), mLocEng(locEng), mID(id) {
1796 LOC_LOGD("loc_eng_init created client, id = %p\n",
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp767 LOC_LOGD("%s]: client %p id %u", __func__, sessionId);
964 LocationError err = stopTrackingMultiplex(it->first.client, it->first.id);
1162 LOC_LOGD("%s]: client %p id %u err %u", __func__, client, sessionId, err);
1169 LOC_LOGW("%s]: client %p id %u not found in data", __func__, client, sessionId);
1176 LOC_LOGD("%s]: id %u err %u", __func__, sessionId, err);
1215 LOC_LOGD("%s]: client %p id %u minInterval %u mode %u",
1362 GnssAdapter::updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, argument
1365 LOC_LOGD("%s]: client %p id %u minInterval %u mode %u",
1366 __func__, client, id, options.minInterval, options.mode);
1400 // for the client and id bein
1409 stopTrackingCommand(LocationAPI* client, uint32_t id) argument
1448 stopTrackingMultiplex(LocationAPI* client, uint32_t id) argument
1565 gnssNiResponseCommand(LocationAPI* client, uint32_t id, GnssNiResponse response) argument
1711 disableCommand(uint32_t id) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h266 static void process_event_cb(void *ctxt,unsigned char id);
474 unsigned id; member in struct:omx_vdec::omx_event
486 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
487 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
633 unsigned int id
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h268 static void process_event_cb(void *ctxt,unsigned char id);
475 unsigned id; member in struct:omx_vdec::omx_event
486 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
487 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
645 unsigned int id
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h265 static void process_event_cb(void *ctxt,unsigned char id);
472 unsigned id; member in struct:omx_vdec::omx_event
483 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
484 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
642 unsigned int id
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp129 unsigned char id; local
154 n = read(omx->m_pipe_in, &id, 1);
160 omx->process_event_cb(omx, id);
175 void post_message(omx_video *omx, unsigned char id) argument
177 DEBUG_PRINT_LOW("omx_venc: post_message %d", id);
179 ret_value = write(omx->m_pipe_out, &id, 1);
200 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) argument
204 m_q[m_write].id = id;
220 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) argument
380 process_event_cb(void *ctxt, unsigned char id) argument
1344 unsigned long p1,p2,id; local
1406 unsigned long p1,p2,id; local
1457 post_event(unsigned long p1, unsigned long p2, unsigned long id) argument
2929 unsigned long addr, p1, id; local
5055 unsigned long address = 0,p2,id; local
5093 unsigned long address = 0,p2,id; local
5176 unsigned long address = 0,p2,id, index = 0; local
5254 unsigned long address = 0, p2, id; local
[all...]
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp377 unsigned char id; local
385 n = read(omx->m_pipe_in, &id, 1);
394 omx->process_event_cb(omx, id);
406 void post_message(omx_vdpp *omx, unsigned char id) argument
409 //DEBUG_PRINT_LOW("omx_vdpp: post_message %d pipe out 0x%x\n", id,omx->m_pipe_out);
410 ret_value = write(omx->m_pipe_out, &id, 1);
427 bool omx_vdpp::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
432 m_q[m_write].id = id;
451 bool omx_vdpp::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
819 process_event_cb(void *ctxt, unsigned char id) argument
2606 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h267 static void process_event_cb(void *ctxt,unsigned char id);
474 unsigned id; member in struct:omx_vdec::omx_event
485 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
486 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
644 unsigned int id
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp131 unsigned char id; local
156 n = read(omx->m_pipe_in, &id, 1);
162 omx->process_event_cb(omx, id);
177 void post_message(omx_video *omx, unsigned char id) argument
179 DEBUG_PRINT_LOW("omx_venc: post_message %d", id);
181 ret_value = write(omx->m_pipe_out, &id, 1);
202 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) argument
206 m_q[m_write].id = id;
222 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) argument
395 process_event_cb(void *ctxt, unsigned char id) argument
1361 unsigned long p1,p2,id; local
1424 unsigned long p1,p2,id; local
1476 post_event(unsigned long p1, unsigned long p2, unsigned long id) argument
5215 unsigned long address = 0,p2,id; local
5253 unsigned long address = 0,p2,id; local
5336 unsigned long address = 0,p2,id, index = 0; local
5415 unsigned long address = 0, p2, id; local
[all...]
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp377 unsigned char id; local
385 n = read(omx->m_pipe_in, &id, 1);
394 omx->process_event_cb(omx, id);
406 void post_message(omx_vdpp *omx, unsigned char id) argument
409 //DEBUG_PRINT_LOW("omx_vdpp: post_message %d pipe out 0x%x\n", id,omx->m_pipe_out);
410 ret_value = write(omx->m_pipe_out, &id, 1);
427 bool omx_vdpp::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
432 m_q[m_write].id = id;
451 bool omx_vdpp::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
819 process_event_cb(void *ctxt, unsigned char id) argument
2606 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_kgsl.h446 unsigned int id; member in struct:kgsl_gpumem_alloc_id
457 unsigned int id; member in struct:kgsl_gpumem_free_id
465 unsigned int id; member in struct:kgsl_gpumem_get_info
477 unsigned int id; member in struct:kgsl_gpumem_sync_cache
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_isp.h294 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_kgsl.h127 /* device id */
146 /* chip revision id
181 /* timestamp id*/
583 * @id: returned id value for this allocation.
601 unsigned int id; member in struct:kgsl_gpumem_alloc_id
615 * @id: GPU allocation id to free
617 * Free an allocation by id, in case a GPU address has not been assigned or
618 * is unknown. Freeing an allocation by id wit
622 unsigned int id; member in struct:kgsl_gpumem_free_id
647 unsigned int id; member in struct:kgsl_gpumem_get_info
672 unsigned int id; member in struct:kgsl_gpumem_sync_cache
[all...]
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h238 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio.h264 int id; member in struct:msm_snd_endpoint
274 int id; member in struct:msm_cad_endpoint
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_isp.h299 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio.h288 int id; /* input and output */ member in struct:msm_snd_endpoint
294 * SND endpoint. On input, the .id field contains the number of the
310 int id; /* input and output */ member in struct:msm_cad_endpoint
316 * CAD endpoint. On input, the .id field contains the number of the
426 uint32_t interface_id; /* See interface id's above */
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_isp.h231 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio.h266 int id; member in struct:msm_snd_endpoint
276 int id; member in struct:msm_cad_endpoint
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_isp.h299 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h414 struct snd_timer_id id; member in struct:snd_seq_queue_timer::__anon3520::__anon3521
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio.h291 int id; /* input and output */ member in struct:msm_snd_endpoint
297 * SND endpoint. On input, the .id field contains the number of the
313 int id; /* input and output */ member in struct:msm_cad_endpoint
319 * CAD endpoint. On input, the .id field contains the number of the
429 uint32_t interface_id; /* See interface id's above */
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_isp.h231 int32_t id; member in struct:msm_isp_cmd
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h323 unsigned char client; /* client id */
472 int queue; /* queue id */
478 int owner; /* client id for owner of the queue */
488 int queue; /* queue id */
520 struct snd_timer_id id; /* ALSA's timer ID */ member in struct:snd_seq_queue_timer::__anon3671::__anon3672
557 struct snd_seq_addr root; /* client/port id to be searched */
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_audio.h266 int id; member in struct:msm_snd_endpoint
276 int id; member in struct:msm_cad_endpoint

Completed in 1025 milliseconds

<<11121314