/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/ |
D | VtsHalAudioControlV1_0TargetTest.cpp | 118 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/ |
D | AudioControl.cpp | 39 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/ |
D | proc_stat | 11 ctxt 838606
|
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/ |
D | proc_stat | 11 ctxt 2581
|
/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
D | ValidateXml.cpp | 74 static void errorCb(void* ctxt, const char* msg, ...) { in errorCb() 75 auto* self = static_cast<Libxml2Global*>(ctxt); in errorCb()
|
/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/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 507 static void process_event_cb(void *ctxt); 834 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/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 574 static void process_event_cb(void *ctxt); 913 void notify_flush_done(void *ctxt);
|
/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 | 245 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/msm8996/videopp/inc/ |
D | omx_vdpp.h | 409 static void process_event_cb(void *ctxt,unsigned char id);
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 241 void process_event_cb(void *ctxt);
|
/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/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 923 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/ |
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()
|