Home
last modified time | relevance | path

Searched refs:ctxt (Results 1 – 25 of 41) sorted by relevance

12

/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
DVtsHalAudioControlV1_0TargetTest.cpp118 for (const auto& ctxt : hidl_enum_range<ContextNumber>()) { in TEST_P() local
119 bus = pAudioControl->getBusForContext(ctxt); in TEST_P()
121 if (ctxt == ContextNumber::INVALID) { in TEST_P()
/hardware/interfaces/automotive/audiocontrol/1.0/default/
DAudioControl.cpp39 Return<int32_t> AudioControl::getBusForContext(ContextNumber ctxt) { in getBusForContext() argument
40 unsigned contextNumber = static_cast<unsigned>(ctxt); in getBusForContext()
/hardware/google/pixel/pixelstats/test/mm/data/test_data_1/
Dproc_stat11 ctxt 838606
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/
Dproc_stat11 ctxt 2581
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp74 static void errorCb(void* ctxt, const char* msg, ...) { in errorCb()
75 auto* self = static_cast<Libxml2Global*>(ctxt); in errorCb()
/hardware/qcom/audio/post_proc/
Dbundle.c748 bool effect_is_active(effect_context_t * ctxt) { in effect_is_active() argument
749 return ctxt->state == EFFECT_STATE_ACTIVE; in effect_is_active()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h339 static void process_event_cb(void *ctxt,unsigned char id);
641 void notify_flush_done(void *ctxt);
Domx_vdec_hevc.h265 static void process_event_cb(void *ctxt,unsigned char id);
Domx_vdec_hevc_swvdec.h322 static void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h191 void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h349 static void process_event_cb(void *ctxt,unsigned char id);
677 void notify_flush_done(void *ctxt);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h507 static void process_event_cb(void *ctxt);
834 void notify_flush_done(void *ctxt);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h201 void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h574 static void process_event_cb(void *ctxt);
913 void notify_flush_done(void *ctxt);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h208 void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h220 void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h245 void process_event_cb(void *ctxt);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h266 static void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h409 static void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h241 void process_event_cb(void *ctxt);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h268 static void process_event_cb(void *ctxt,unsigned char id);
Domx_vdec.h328 static void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp923 void omx_vdec::process_event_cb(void *ctxt) in process_event_cb() argument
929 omx_vdec *pThis = (omx_vdec *) ctxt; in process_event_cb()
1119 pThis->notify_flush_done(ctxt); in process_event_cb()
1155 pThis->notify_flush_done(ctxt); in process_event_cb()
2774 void omx_vdec::notify_flush_done(void *ctxt) in notify_flush_done() argument
2777 omx_vdec *pThis = (omx_vdec *) ctxt; in notify_flush_done()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp323 void omx_video::process_event_cb(void *ctxt, unsigned char id) in process_event_cb() argument
329 omx_video *pThis = (omx_video *) ctxt; in process_event_cb()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp320 void omx_video::process_event_cb(void *ctxt, unsigned char id) in process_event_cb() argument
326 omx_video *pThis = (omx_video *) ctxt; in process_event_cb()

12