Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java21 import static com.android.server.connectivity.MetricsTestUtil.aType;
63 aType(IpReachabilityEvent.class), in testLinkLayerInferrence()
228 aType(DhcpClientEvent.class), in testDhcpClientEventSerialization()
254 aType(DhcpErrorEvent.class), in testDhcpErrorEventSerialization()
279 aType(IpManagerEvent.class), in testIpManagerEventSerialization()
305 aType(IpReachabilityEvent.class), in testIpReachabilityEventSerialization()
329 aType(NetworkEvent.class), in testNetworkEventSerialization()
354 aType(ValidationProbeEvent.class), in testValidationProbeEventSerialization()
381 aType(ApfProgramEvent.class), in testApfProgramEventSerialization()
415 aType(ApfStats.class), in testApfStatsSerialization()
[all …]
DMetricsTestUtil.java46 static Consumer<Parcel> aType(Class<?> c) { in aType() method in MetricsTestUtil
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DAidlCameraStream.cpp95 switch (event.aType) { in notify()
105 LOG(INFO) << "Event " << toString(event.aType) in notify()
145 LOG(ERROR) << "Failed to forward an event, " << toString(event.aType); in notify()
DHidlCameraStream.cpp50 .aType = EvsEventType::STREAM_STOPPED, in deliverFrame()
/packages/services/Car/cpp/evs/manager/aidl/src/
DHalCamera.cpp420 LOG(DEBUG) << "Received an event id: " << static_cast<int32_t>(event.aType); in notify()
421 ScopedTrace trace("Camera " + getId(), __PRETTY_FUNCTION__, static_cast<int>(event.aType)); in notify()
422 if (event.aType == EvsEventType::STREAM_STOPPED) { in notify()
470 event.aType = EvsEventType::MASTER_RELEASED; in forcePrimaryClient()
490 event.aType = EvsEventType::MASTER_RELEASED; in unsetPrimaryClient()
513 event.aType = EvsEventType::PARAMETER_CHANGED; in setParameter()
DVirtualCamera.cpp561 .aType = status == EvsResult::RESOURCE_NOT_AVAILABLE in startVideoStream()
568 << static_cast<int32_t>(event.aType); in startVideoStream()
647 .aType = EvsEventType::STREAM_STOPPED, in stopVideoStream()
798 event.aType = EvsEventType::FRAME_DROPPED; in deliverFrame()
827 ScopedTrace trace(__PRETTY_FUNCTION__, static_cast<int>(event.aType)); in notify()
828 switch (event.aType) { in notify()
858 LOG(WARNING) << "Unknown event id " << static_cast<int32_t>(event.aType); in notify()
/packages/services/Car/cpp/evs/apps/default/src/
DStreamHandler.cpp238 switch (event.aType) { in notify()
261 LOG(INFO) << "Event " << std::hex << static_cast<unsigned>(event.aType) in notify()
265 LOG(ERROR) << "Unknown event id: " << static_cast<unsigned>(event.aType); in notify()
/packages/services/Car/cpp/evs/manager/1.1/
DHalCamera.cpp470 LOG(DEBUG) << "Received an event id: " << static_cast<int32_t>(event.aType); in notify()
471 if (event.aType == EvsEventType::STREAM_STOPPED) { in notify()
517 event.aType = EvsEventType::MASTER_RELEASED; in forceMaster()
536 event.aType = EvsEventType::MASTER_RELEASED; in unsetMaster()
558 event.aType = EvsEventType::PARAMETER_CHANGED; in setParameter()
DVirtualCamera.cpp162 event.aType = EvsEventType::FRAME_DROPPED; in deliverFrame()
209 switch (event.aType) { in notify()
242 LOG(WARNING) << "Unknown event id " << static_cast<int32_t>(event.aType); in notify()
519 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
/packages/services/Car/service/jni/evs/
DStreamHandler.cpp283 switch (event.aType) { in notify()
303 LOG(INFO) << "Event 0x" << std::hex << static_cast<int32_t>(event.aType) in notify()
308 LOG(ERROR) << "Unknown event id 0x" << std::hex << static_cast<int32_t>(event.aType); in notify()
DEvsServiceContext.cpp426 static_cast<jint>(event.aType)); in onNewEvent()
/packages/services/Car/cpp/evs/manager/aidl/utils/src/
DUtils.cpp485 .aType = makeFromHidl(hidlDesc.aType), in makeFromHidl()
504 out->aType = makeToHidl(in.aType); in makeToHidl()
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DVirtualCameraFuzzer.cpp104 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp256 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/
DVirtualCameraFuzzer.cpp112 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp258 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp268 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsV4lCamera.cpp242 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsV4lCamera.cpp234 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/
DMockHidlEvsHal.cpp615 .aType = EvsEventType::STREAM_STOPPED, in addMockCameraDevice()
DMockEvsHal.cpp615 .aType = EvsEventType::STREAM_STOPPED, in addMockCameraDevice()
DEvsEnumeratorUnitTest.cpp822 EXPECT_EQ(EvsEventType::STREAM_STOPPED, receivedEvent.aType); in VerifyCameraStream()
DEvsEnumeratorHidlUnitTest.cpp1007 EXPECT_EQ(hidlevs::V1_1::EvsEventType::STREAM_STOPPED, receivedEvent.aType); in VerifyCameraStream()