/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | IpConnectivityEventBuilderTest.java | 21 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 …]
|
D | MetricsTestUtil.java | 46 static Consumer<Parcel> aType(Class<?> c) { in aType() method in MetricsTestUtil
|
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
D | AidlCameraStream.cpp | 95 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()
|
D | HidlCameraStream.cpp | 50 .aType = EvsEventType::STREAM_STOPPED, in deliverFrame()
|
/packages/services/Car/cpp/evs/manager/aidl/src/ |
D | HalCamera.cpp | 420 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()
|
D | VirtualCamera.cpp | 561 .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/ |
D | StreamHandler.cpp | 238 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/ |
D | HalCamera.cpp | 470 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()
|
D | VirtualCamera.cpp | 162 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/ |
D | StreamHandler.cpp | 283 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()
|
D | EvsServiceContext.cpp | 426 static_cast<jint>(event.aType)); in onNewEvent()
|
/packages/services/Car/cpp/evs/manager/aidl/utils/src/ |
D | Utils.cpp | 485 .aType = makeFromHidl(hidlDesc.aType), in makeFromHidl() 504 out->aType = makeToHidl(in.aType); in makeToHidl()
|
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/ |
D | VirtualCameraFuzzer.cpp | 104 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
|
D | HalCameraFuzzer.cpp | 256 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/ |
D | VirtualCameraFuzzer.cpp | 112 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
|
D | HalCameraFuzzer.cpp | 258 event.aType = static_cast<EvsEventType>(type); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 268 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | EvsV4lCamera.cpp | 242 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | EvsV4lCamera.cpp | 234 event.aType = EvsEventType::STREAM_STOPPED; in stopVideoStream()
|
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/ |
D | MockHidlEvsHal.cpp | 615 .aType = EvsEventType::STREAM_STOPPED, in addMockCameraDevice()
|
D | MockEvsHal.cpp | 615 .aType = EvsEventType::STREAM_STOPPED, in addMockCameraDevice()
|
D | EvsEnumeratorUnitTest.cpp | 822 EXPECT_EQ(EvsEventType::STREAM_STOPPED, receivedEvent.aType); in VerifyCameraStream()
|
D | EvsEnumeratorHidlUnitTest.cpp | 1007 EXPECT_EQ(hidlevs::V1_1::EvsEventType::STREAM_STOPPED, receivedEvent.aType); in VerifyCameraStream()
|