Home
last modified time | relevance | path

Searched refs:INTERNAL_ERROR (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/computepipe/runner/client_interface/
DDebuggerImpl.cpp89 return Status::INTERNAL_ERROR; in RecursiveCreateDir()
101 return ToNdkStatus(Status::INTERNAL_ERROR); in setPipeProfileOptions()
116 return ToNdkStatus(Status::INTERNAL_ERROR); in startPipeProfiling()
127 return ToNdkStatus(Status::INTERNAL_ERROR); in stopPipeProfiling()
178 return ToNdkStatus(Status::INTERNAL_ERROR); in releaseDebugger()
240 return Status::INTERNAL_ERROR; in deliverGraphDebugInfo()
244 return Status::INTERNAL_ERROR; in deliverGraphDebugInfo()
DAidlClientImpl.cpp69 return Status::INTERNAL_ERROR; in ToAidlPacketType()
156 return Status::INTERNAL_ERROR; in DispatchPixelData()
DStatusUtil.cpp30 case INTERNAL_ERROR: in ToNdkStatus()
/packages/services/Car/surround_view/service-impl/
DSurroundViewService.cpp153 _hidl_cb(nullptr, SvResult::INTERNAL_ERROR); in start2dSession()
159 _hidl_cb(nullptr, SvResult::INTERNAL_ERROR); in start2dSession()
185 _hidl_cb(nullptr, SvResult::INTERNAL_ERROR); in start3dSession()
194 _hidl_cb(nullptr, SvResult::INTERNAL_ERROR); in start3dSession()
DSurroundView2dSession.cpp276 return SvResult::INTERNAL_ERROR; in startStream()
282 return SvResult::INTERNAL_ERROR; in startStream()
287 return SvResult::INTERNAL_ERROR; in startStream()
DSurroundView3dSession.cpp288 return SvResult::INTERNAL_ERROR; in startStream()
294 return SvResult::INTERNAL_ERROR; in startStream()
306 return SvResult::INTERNAL_ERROR; in startStream()
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DRecorder.java45 public static final int INTERNAL_ERROR = 2; field in Recorder
172 setError(INTERNAL_ERROR); in startRecording()
188 setError(INTERNAL_ERROR); in startRecording()
227 setError(INTERNAL_ERROR); in startPlayback()
DSoundRecorder.java852 case Recorder.INTERNAL_ERROR: in onError()
/packages/services/Car/computepipe/tests/runner/graph/
DEnumConversionTest.cpp31 EXPECT_EQ(static_cast<int>(PrebuiltComputepipeRunner_ErrorCode::INTERNAL_ERROR), in TEST()
32 static_cast<int>(Status::INTERNAL_ERROR)); in TEST()
/packages/services/Car/computepipe/runner/engine/
DDefaultEngine.cpp316 return Status::INTERNAL_ERROR; in broadcastStartRun()
336 return Status::INTERNAL_ERROR; in broadcastStartRun()
549 return Status::INTERNAL_ERROR; in populateStreamManagers()
606 return Status::INTERNAL_ERROR; in populateInputManagers()
/packages/services/Car/computepipe/types/
DStatus.h24 INTERNAL_ERROR, enumerator
/packages/services/Car/computepipe/runner/include/
Dprebuilt_interface.h30 INTERNAL_ERROR, enumerator
/packages/services/Car/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc178 .WillRepeatedly(DoAll(SaveArg<0>(&command), Return(Status::INTERNAL_ERROR))); in TEST_F()
255 .WillRepeatedly(DoAll(SaveArg<0>(&command), Return(Status::INTERNAL_ERROR))); in TEST_F()
/packages/services/Car/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto7 INTERNAL_ERROR = 1; enumerator
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalClientUnitTest.java96 when(mIVehicle.set(isProperty(PROP))).thenReturn(StatusCode.INTERNAL_ERROR); in testSet_otherError()
/packages/services/Car/computepipe/runner/stream_manager/
DSemanticManager.cpp154 return INTERNAL_ERROR; in queuePacket()
DPixelStreamManager.cpp105 return Status::INTERNAL_ERROR; in setFrameData()
/packages/services/Car/computepipe/runner/input_manager/
DEvsInputManager.cpp130 return Status::INTERNAL_ERROR; in handleExecutionPhase()