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.cpp135 for (const auto& ctxt : hidl_enum_range<ContextNumber>()) { in TEST_F() local
136 bus = pAudioControl->getBusForContext(ctxt); in TEST_F()
138 if (ctxt == ContextNumber::INVALID) { in TEST_F()
/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/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp76 static void errorCb(void* ctxt, const char* msg, ...) { in errorCb()
77 auto* self = static_cast<Libxml2Global*>(ctxt); in errorCb()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp307 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() argument
308 (void) ctxt; in ivd_aligned_malloc()
312 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free() argument
313 (void) ctxt; in ivd_aligned_free()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp311 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() argument
312 (void) ctxt; in ivd_aligned_malloc()
316 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free() argument
317 (void) ctxt; in ivd_aligned_free()
/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/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h560 static void process_event_cb(void *ctxt);
899 void notify_flush_done(void *ctxt);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h540 static void process_event_cb(void *ctxt);
863 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/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.h243 void process_event_cb(void *ctxt);
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h409 static void process_event_cb(void *ctxt,unsigned char id);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h252 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/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/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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1417 void omx_vdec::process_event_cb(void *ctxt) in process_event_cb() argument
1423 omx_vdec *pThis = (omx_vdec *) ctxt; in process_event_cb()
1608 pThis->notify_flush_done(ctxt); in process_event_cb()
1644 pThis->notify_flush_done(ctxt); in process_event_cb()
3419 void omx_vdec::notify_flush_done(void *ctxt) { in notify_flush_done() argument
3421 omx_vdec *pThis = (omx_vdec *) ctxt; in notify_flush_done()

12