Home
last modified time | relevance | path

Searched refs:te (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel-sepolicy/astd/
Dastd.te5 # system/sepolicy/public/vendor_shell.te
9 # system/sepolicy/public/vendor_toolbox.te
/hardware/interfaces/health/2.0/
DREADME125 # device/<manufacturer>/<device>/sepolicy/vendor/hal_health_default.te
DREADME.md125 # device/<manufacturer>/<device>/sepolicy/vendor/hal_health_default.te
/hardware/interfaces/health/2.1/
DREADME.md119 # device/<manufacturer>/<device>/sepolicy/vendor/hal_health_default.te
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp681 struct timeval te; in omx_vdec() local
682 gettimeofday(&te, NULL); in omx_vdec()
683 m_debug.session_id = te.tv_sec*1000LL + te.tv_usec/1000; in omx_vdec()