/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/ |
D | VtsHalAudioControlV1_0TargetTest.cpp | 135 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/ |
D | AudioControl.cpp | 39 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/ |
D | ValidateXml.cpp | 76 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/ |
D | C2SoftHevcDec.cpp | 307 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/ |
D | C2SoftAvcDec.cpp | 311 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/ |
D | bundle.c | 748 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/ |
D | omx_vdec.h | 339 static void process_event_cb(void *ctxt,unsigned char id); 641 void notify_flush_done(void *ctxt);
|
D | omx_vdec_hevc.h | 265 static void process_event_cb(void *ctxt,unsigned char id);
|
D | omx_vdec_hevc_swvdec.h | 322 static void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 191 void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 349 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/ |
D | omx_vdec.h | 560 static void process_event_cb(void *ctxt); 899 void notify_flush_done(void *ctxt);
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 540 static void process_event_cb(void *ctxt); 863 void notify_flush_done(void *ctxt);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 201 void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 208 void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 220 void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 243 void process_event_cb(void *ctxt);
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 409 static void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 252 void process_event_cb(void *ctxt);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 266 static void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 268 static void process_event_cb(void *ctxt,unsigned char id);
|
D | omx_vdec.h | 328 static void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 323 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/ |
D | omx_video_base.cpp | 320 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/ |
D | omx_vdec_v4l2.cpp | 1417 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()
|