Home
last modified time | relevance | path

Searched refs:handleRemoteExceptionFromCarService (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/services/Car/car-lib/src/android/car/media/
H A DCarAudioManager.java220 handleRemoteExceptionFromCarService(e); in setGroupVolume()
250 return handleRemoteExceptionFromCarService(e, 0); in getGroupMaxVolume()
280 return handleRemoteExceptionFromCarService(e, 0); in getGroupMinVolume()
313 return handleRemoteExceptionFromCarService(e, 0); in getGroupVolume()
332 handleRemoteExceptionFromCarService(e); in setFadeTowardFront()
351 handleRemoteExceptionFromCarService(e); in setBalanceTowardRight()
373 handleRemoteExceptionFromCarService(e); in getExternalSources()
424 handleRemoteExceptionFromCarService(e); in releaseAudioPatch()
453 return handleRemoteExceptionFromCarService(e, 0); in getVolumeGroupCount()
722 handleRemoteExceptionFromCarService(e); in unregisterVolumeCallback()
[all …]
H A DCarMediaManager.java93 return handleRemoteExceptionFromCarService(e, null); in getMediaSource()
107 handleRemoteExceptionFromCarService(e); in setMediaSource()
132 handleRemoteExceptionFromCarService(e); in addMediaSourceListener()
151 handleRemoteExceptionFromCarService(e); in removeMediaSourceListener()
166 return handleRemoteExceptionFromCarService(e, null); in getLastMediaSources()
189 return handleRemoteExceptionFromCarService(e, null); in isIndependentPlaybackConfig()
203 handleRemoteExceptionFromCarService(e); in setIndependentPlaybackConfig()
/aosp12/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarPackageManager.java179 handleRemoteExceptionFromCarService(e); in setAppBlockingPolicy()
194 handleRemoteExceptionFromCarService(e); in restartTask()
217 return handleRemoteExceptionFromCarService(e, false); in isActivityBackedBySafeActivity()
231 handleRemoteExceptionFromCarService(e); in setEnableActivityBlocking()
248 return handleRemoteExceptionFromCarService(e, false); in isActivityDistractionOptimized()
264 return handleRemoteExceptionFromCarService(e, false); in isPendingIntentDistractionOptimized()
280 return handleRemoteExceptionFromCarService(e, false); in isServiceDistractionOptimized()
299 return handleRemoteExceptionFromCarService(e, DRIVING_SAFETY_REGION_ALL); in getCurrentDrivingSafetyRegion()
335 handleRemoteExceptionFromCarService(e); in controlTemporaryActivityBlockingBypassingAsUser()
371 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getSupportedDrivingSafetyRegionsForActivityAsUser()
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DCarStorageMonitoringManager.java125 return handleRemoteExceptionFromCarService(e, PRE_EOL_INFO_UNKNOWN); in getPreEolIndicatorStatus()
143 return handleRemoteExceptionFromCarService(e, null); in getWearEstimate()
163 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getWearEstimateHistory()
182 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getBootIoStats()
212 return handleRemoteExceptionFromCarService(e, 0); in getShutdownDiskWriteAmount()
229 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAggregateIoStats()
249 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getIoStatsDeltas()
272 handleRemoteExceptionFromCarService(e); in registerListener()
290 handleRemoteExceptionFromCarService(e); in unregisterListener()
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticManager.java182 handleRemoteExceptionFromCarService(e); in doUnregisterListenerLocked()
196 return handleRemoteExceptionFromCarService(e, false); in registerOrUpdateDiagnosticListener()
211 return handleRemoteExceptionFromCarService(e, null); in getLatestLiveFrame()
228 return handleRemoteExceptionFromCarService(e, new long[0]); in getFreezeFrameTimestamps()
245 return handleRemoteExceptionFromCarService(e, null); in getFreezeFrame()
263 return handleRemoteExceptionFromCarService(e, false); in clearFreezeFrames()
275 return handleRemoteExceptionFromCarService(e, false); in isLiveFrameSupported()
287 return handleRemoteExceptionFromCarService(e, false); in isFreezeFrameNotificationSupported()
299 return handleRemoteExceptionFromCarService(e, false); in isGetFreezeFrameSupported()
317 return handleRemoteExceptionFromCarService(e, false); in isClearFreezeFramesSupported()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/drivingstate/
H A DCarUxRestrictionsManager.java130 handleRemoteExceptionFromCarService(e); in registerListener()
150 handleRemoteExceptionFromCarService(e); in unregisterListener()
174 return handleRemoteExceptionFromCarService(e, false); in saveUxRestrictionsConfigurationForNextBoot()
196 return handleRemoteExceptionFromCarService(e, null); in getCurrentCarUxRestrictions()
222 return handleRemoteExceptionFromCarService(e, false); in setRestrictionMode()
242 return handleRemoteExceptionFromCarService(e, null); in getRestrictionMode()
280 return handleRemoteExceptionFromCarService(e, null); in getStagedConfigs()
295 return handleRemoteExceptionFromCarService(e, null); in getConfigs()
408 handleRemoteExceptionFromCarService(e); in reportVirtualDisplayToPhysicalDisplay()
426 return handleRemoteExceptionFromCarService(e, Display.DEFAULT_DISPLAY); in getMappedPhysicalDisplayOfVirtualDisplay()
H A DCarDrivingStateManager.java112 handleRemoteExceptionFromCarService(e); in registerListener()
135 handleRemoteExceptionFromCarService(e); in unregisterListener()
152 return handleRemoteExceptionFromCarService(e, null); in getCurrentCarDrivingState()
173 handleRemoteExceptionFromCarService(e); in injectDrivingState()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarManagerBase.java46 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in CarManagerBase
47 return mCar.handleRemoteExceptionFromCarService(e, returnValue); in handleRemoteExceptionFromCarService()
50 protected void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in CarManagerBase
51 mCar.handleRemoteExceptionFromCarService(e); in handleRemoteExceptionFromCarService()
59 return handleRemoteExceptionFromCarService((RemoteException) e, returnValue); in handleExceptionFromCarService()
H A DCarAppFocusManager.java159 handleRemoteExceptionFromCarService(e); in addFocusListener()
179 handleRemoteExceptionFromCarService(e); in removeFocusListener()
208 handleRemoteExceptionFromCarService(e); in removeFocusListener()
221 return handleRemoteExceptionFromCarService(e, new int[0]); in getActiveAppTypes()
237 return handleRemoteExceptionFromCarService(e, null); in getAppTypeOwner()
257 return handleRemoteExceptionFromCarService(e, false); in isOwningFocus()
289 return handleRemoteExceptionFromCarService(e, APP_FOCUS_REQUEST_FAILED); in requestAppFocus()
314 handleRemoteExceptionFromCarService(e); in abandonAppFocus()
343 handleRemoteExceptionFromCarService(e); in abandonAppFocus()
H A DCarOccupantZoneManager.java290 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllOccupantZones()
316 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllDisplaysForOccupant()
339 return handleRemoteExceptionFromCarService(e, null); in getDisplayForOccupant()
361 return handleRemoteExceptionFromCarService(e, Display.INVALID_DISPLAY); in getDisplayIdForDriver()
379 return handleRemoteExceptionFromCarService(e, null); in getAudioZoneIdForOccupant()
396 return handleRemoteExceptionFromCarService(e, null); in getOccupantForAudioZoneId()
410 return handleRemoteExceptionFromCarService(e, DISPLAY_TYPE_UNKNOWN); in getDisplayType()
424 return handleRemoteExceptionFromCarService(e, UserHandle.USER_NULL); in getUserForOccupant()
449 return handleRemoteExceptionFromCarService(e, false); in assignProfileUserToOccupantZone()
476 handleRemoteExceptionFromCarService(e); in registerOccupantZoneConfigChangeListener()
H A DCarProjectionManager.java453 handleRemoteExceptionFromCarService(e); in updateHandledEventsLocked()
472 handleRemoteExceptionFromCarService(e); in registerProjectionRunner()
489 handleRemoteExceptionFromCarService(e); in unregisterProjectionRunner()
520 handleRemoteExceptionFromCarService(e); in startProjectionAccessPoint()
562 handleRemoteExceptionFromCarService(e); in stopProjectionAccessPoint()
581 return handleRemoteExceptionFromCarService(e, false); in requestBluetoothProfileInhibit()
599 return handleRemoteExceptionFromCarService(e, false); in releaseBluetoothProfileInhibit()
617 handleRemoteExceptionFromCarService(e); in updateProjectionStatus()
640 handleRemoteExceptionFromCarService(e); in registerProjectionStatusListener()
677 handleRemoteExceptionFromCarService(e); in unregisterProjectionStatusListenerFromCarServiceLocked()
[all …]
H A DCar.java1587 handleRemoteExceptionFromCarService(e); in getCarManager()
1646 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in enableFeature()
1672 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in disableFeature()
1695 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllEnabledFeatures()
1718 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingDisabledFeatures()
1741 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingEnabledFeatures()
1758 public <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in Car
1759 handleRemoteExceptionFromCarService(e); in handleRemoteExceptionFromCarService()
1764 void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in Car
1806 handleRemoteExceptionFromCarService(service, e); in handleRemoteExceptionFromCarService()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/user/
H A DExperimentalCarUserManager.java87 handleRemoteExceptionFromCarService(e); in createDriver()
109 return handleRemoteExceptionFromCarService(e, null); in createPassenger()
140 handleRemoteExceptionFromCarService(e); in switchDriver()
158 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllDrivers()
176 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getPassengers()
195 return handleRemoteExceptionFromCarService(e, false); in startPassenger()
212 return handleRemoteExceptionFromCarService(e, false); in stopPassenger()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DCarPowerManager.java217 handleRemoteExceptionFromCarService(e); in requestShutdownOnNextSuspend()
231 handleRemoteExceptionFromCarService(e); in scheduleNextWakeupTime()
248 return handleRemoteExceptionFromCarService(e, CarPowerStateListener.INVALID); in getPowerState()
326 handleRemoteExceptionFromCarService(e); in clearListener()
347 return handleRemoteExceptionFromCarService(e, null); in getCurrentPowerPolicy()
370 handleRemoteExceptionFromCarService(e); in applyPowerPolicy()
395 handleRemoteExceptionFromCarService(e); in setPowerPolicyGroup()
520 handleRemoteExceptionFromCarService(e); in setServiceForListenerLocked()
543 handleRemoteExceptionFromCarService(e); in updateFutureLocked()
579 handleRemoteExceptionFromCarService(e); in updatePowerPolicyChangeCallback()
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DCarWatchdogManager.java209 handleRemoteExceptionFromCarService(e); in registerClient()
238 handleRemoteExceptionFromCarService(e); in unregisterClient()
372 return handleRemoteExceptionFromCarService(e, builder.build()); in getResourceOveruseStats()
654 handleRemoteExceptionFromCarService(e); in setKillablePackageAsUser()
708 handleRemoteExceptionFromCarService(e); in setResourceOveruseConfigurations()
738 return handleRemoteExceptionFromCarService(e, null); in getResourceOveruseConfigurations()
811 handleRemoteExceptionFromCarService(e); in reportToService()
842 handleRemoteExceptionFromCarService(e); in addResourceOveruseListenerImpl()
854 handleRemoteExceptionFromCarService(e); in removeResourceOveruseListenerImpl()
871 handleRemoteExceptionFromCarService(e); in addResourceOveruseListenerForSystemImpl()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/telemetry/
H A DCarTelemetryManager.java279 handleRemoteExceptionFromCarService(e); in setListener()
297 handleRemoteExceptionFromCarService(e); in clearListener()
329 handleRemoteExceptionFromCarService(e); in addMetricsConfig()
350 handleRemoteExceptionFromCarService(e); in removeMetricsConfig()
369 handleRemoteExceptionFromCarService(e); in removeAllMetricsConfigs()
391 handleRemoteExceptionFromCarService(e); in sendFinishedReports()
411 handleRemoteExceptionFromCarService(e); in sendAllFinishedReports()
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterHomeManager.java170 handleRemoteExceptionFromCarService(e); in registerClusterStateListener()
193 handleRemoteExceptionFromCarService(e); in registerClusterNavigationStateListener()
289 handleRemoteExceptionFromCarService(e); in reportState()
302 handleRemoteExceptionFromCarService(e); in requestDisplay()
316 handleRemoteExceptionFromCarService(e); in getClusterState()
339 handleRemoteExceptionFromCarService(e); in startFixedActivityModeAsUser()
355 handleRemoteExceptionFromCarService(e); in stopFixedActivityMode()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java275 return handleRemoteExceptionFromCarService(e, false); in registerOrUpdatePropertyListener()
343 handleRemoteExceptionFromCarService(e); in doUnregisterListenerLocked()
363 return handleRemoteExceptionFromCarService(e, new ArrayList<CarPropertyConfig>()); in getPropertyList()
386 return handleRemoteExceptionFromCarService(e, new ArrayList<CarPropertyConfig>()); in getPropertyList()
406 return handleRemoteExceptionFromCarService(e, null); in getCarPropertyConfig()
458 return handleRemoteExceptionFromCarService(e, ""); in getReadPermission()
478 return handleRemoteExceptionFromCarService(e, ""); in getWritePermission()
496 return handleRemoteExceptionFromCarService(e, false); in isPropertyAvailable()
719 return handleRemoteExceptionFromCarService(e, null); in getProperty()
780 return handleRemoteExceptionFromCarService(e, null); in getProperty()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/evs/
H A DCarEvsManager.java330 handleRemoteExceptionFromCarService(err); in setStatusListener()
351 handleRemoteExceptionFromCarService(err); in clearStatusListener()
479 handleRemoteExceptionFromCarService(err); in returnFrameBuffer()
500 handleRemoteExceptionFromCarService(err); in startActivity()
514 handleRemoteExceptionFromCarService(err); in stopActivity()
558 handleRemoteExceptionFromCarService(err); in startVideoStream()
584 handleRemoteExceptionFromCarService(err); in stopVideoStream()
/aosp12/packages/services/Car/car-systemtest-lib/src/android/car/test/
H A DCarTestManager.java56 handleRemoteExceptionFromCarService(e); in stopCarService()
70 handleRemoteExceptionFromCarService(e); in startCarService()
/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsClientManager.java131 this::handleRemoteExceptionFromCarService); in registerVmsClientCallback()
144 handleRemoteExceptionFromCarService(e); in registerVmsClientCallback()
180 handleRemoteExceptionFromCarService(e); in unregisterVmsClientCallback()
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationStatusManager.java73 handleRemoteExceptionFromCarService(e); in sendNavigationStateChange()
88 return handleRemoteExceptionFromCarService(e, null); in getInstrumentClusterInfo()
/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DOccupantAwarenessManager.java102 return handleRemoteExceptionFromCarService(e, 0); in getCapabilityForRole()
158 handleRemoteExceptionFromCarService(e); in registerChangeCallback()
182 handleRemoteExceptionFromCarService(e); in unregisterChangeCallback()
/aosp12/packages/services/Car/car-lib/src/android/car/admin/
H A DCarDevicePolicyManager.java159 return handleRemoteExceptionFromCarService(e, new RemoveUserResult(status)); in removeUser()
202 return handleRemoteExceptionFromCarService(e, CreateUserResult.forGenericError()); in createUser()
241 return handleRemoteExceptionFromCarService(e, new StartUserInBackgroundResult(status)); in startUserInBackground()
280 return handleRemoteExceptionFromCarService(e, new StopUserResult(status)); in stopUser()
/aosp12/packages/services/Car/experimental/experimental_api/src/android/car/experimental/
H A DCarDriverDistractionManager.java88 return handleRemoteExceptionFromCarService(e, null); in getLastDistractionEvent()
109 handleRemoteExceptionFromCarService(e); in addDriverDistractionChangeListener()

12