HomeSort by relevance Sort by last modified time
    Searched defs:avc (Results 1 - 6 of 6) sorted by null

  /system/core/logd/
LogAudit.cpp 176 // Dedupe messages, checking for identical messages starting with avc:
182 static const char avc[] = "): avc: "; local
183 char* avcl = strstr(last_str, avc);
187 char* avcr = strstr(str, avc);
190 !fastcmp<strcmp>(avcl + strlen(avc), avcr + strlen(avc));
LogBuffer.cpp 184 static const char avc[] = "): avc: "; local
185 const char* avcl = android::strnstr(msgl, lenl, avc);
188 const char* avcr = android::strnstr(msgr, lenr, avc);
192 if (fastcmp<memcmp>(avcl + strlen(avc), avcr + strlen(avc),
193 lenl - strlen(avc))) {
    [all...]
  /external/selinux/libselinux/src/
audit2why.c 50 static struct avc_t *avc = NULL; variable in typeref:struct:avc_t
82 rc = sepol_bool_key_create(avc->handle, name, &key);
88 rc = sepol_bool_query(avc->handle,
89 avc->policydb,
101 rc = sepol_bool_set(avc->handle,
102 avc->policydb,
112 rc = sepol_compute_av_reason(avc->ssid, avc->tsid, avc->tclass,
113 avc->av, &avd, &reason)
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 177 {"h263", h263}, {"avc", avc}, {"mpeg2", mpeg2}, {"mpeg4", mpeg4},
200 {h263, OMX_VIDEO_CodingH263}, {avc, OMX_VIDEO_CodingAVC},
313 avc, enumerator in enum:VideoDecHidlTest::standardComp
396 {VideoDecHidlTest::standardComp::avc,
    [all...]
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 190 {"h263", h263}, {"avc", avc}, {"mpeg4", mpeg4},
213 {h263, OMX_VIDEO_CodingH263}, {avc, OMX_VIDEO_CodingAVC},
313 avc, enumerator in enum:VideoEncHidlTest::standardComp
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 3895 milliseconds