/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | MainContentCaptureSessionTest.java | 78 private static final ContentCaptureEvent EVENT = field in MainContentCaptureSessionTest 191 session.sendEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionDisabled() 206 session.sendEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled() 209 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled() 221 session.sendEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionDisabled() 226 assertThat(session.mEvents).containsExactly(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionDisabled() 234 session.sendEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 237 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 239 assertThat(session.mEvents).containsExactly(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 249 session.sendEvent(EVENT); in sendEvent_contentProtectionEnabled_processorNotCreated() [all …]
|
D | MainContentCaptureSessionV2Test.java | 78 private static final ContentCaptureEvent EVENT = field in MainContentCaptureSessionV2Test 191 session.sendEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionDisabled() 206 session.sendEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled() 209 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled() 221 session.sendEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionDisabled() 226 assertThat(session.mEvents).containsExactly(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionDisabled() 234 session.sendEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 237 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 239 assertThat(session.mEvents).containsExactly(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled() 249 session.sendEvent(EVENT); in sendEvent_contentProtectionEnabled_processorNotCreated() [all …]
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 93 .set(MediaMetrics.Property.EVENT, "set") in logMetricEvent() 102 .set(MediaMetrics.Property.EVENT, "inCommunicationTimeout") in logMetricEvent() 196 .set(MediaMetrics.Property.EVENT, "setDeviceVolume") in DeviceVolumeEvent() 399 .set(MediaMetrics.Property.EVENT, eventName) in logMetricEvent() 410 .set(MediaMetrics.Property.EVENT, "adjustVolumeGroupVolume") in logMetricEvent() 418 .set(MediaMetrics.Property.EVENT, "setStreamVolume") in logMetricEvent() 428 .set(MediaMetrics.Property.EVENT, "setHearingAidVolume") in logMetricEvent() 435 .set(MediaMetrics.Property.EVENT, "setLeAudioVolume") in logMetricEvent() 444 .set(MediaMetrics.Property.EVENT, "setAvrcpVolume") in logMetricEvent() 450 .set(MediaMetrics.Property.EVENT, "voiceActivityHearingAid") in logMetricEvent() [all …]
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioServiceMessage.h | 59 EVENT, enumerator
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | Conversion.h | 192 case omx_message::EVENT: in wrapAs() 193 t->type = Message::Type::EVENT; in wrapAs() 238 case Message::Type::EVENT: in wrapAs() 239 l->type = omx_message::EVENT; in wrapAs()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 351 && msg.type == omx_message::EVENT in testStateTransitions() 364 && msg.type == omx_message::EVENT in testStateTransitions() 384 && msg.type == omx_message::EVENT in testStateTransitions() 410 && msg.type == omx_message::EVENT in testStateTransitions() 455 && msg.type == omx_message::EVENT in testStateTransitions()
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 17 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 17 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 17 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 334 case omx_message::EVENT: in wrapAs() 335 t->type = Message::Type::EVENT; in wrapAs() 380 case Message::Type::EVENT: in wrapAs() 381 l->type = omx_message::EVENT; in wrapAs()
|
/frameworks/base/native/webview/plat_support/ |
D | LICENSE | 20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
/frameworks/base/obex/ |
D | NOTICE | 22 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
/frameworks/opt/telephony/tests/telephonytests/ |
D | LICENSE_BSD | 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
/frameworks/opt/net/ims/ |
D | LICENSE_BSD | 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
/frameworks/native/opengl/tests/angeles/ |
D | license-BSD.txt | 27 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
/frameworks/native/opengl/include/GLES/ |
D | NOTICE | 31 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 31 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/native/opengl/include/GLES3/ |
D | NOTICE | 34 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/frameworks/av/media/codec2/sfplugin/ |
D | Omx2IGraphicBufferSource.cpp | 75 msg.type = omx_message::EVENT; in dispatchDataSpaceChanged()
|
D | C2OMXNode.cpp | 271 if (msg.type != omx_message::EVENT) { in dispatchMessage()
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 185 EVENT, enumerator
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 37 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WGraphicBufferSource.cpp | 69 tMsg.type = Message::Type::EVENT; in dispatchDataSpaceChanged()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/ |
D | ContentCaptureManagerServiceTest.java | 80 private static final ContentCaptureEvent EVENT = field in ContentCaptureManagerServiceTest 84 new ParceledListSlice<>(ImmutableList.of(EVENT));
|