Home
last modified time | relevance | path

Searched defs:errorCallback (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/android/telephony/satellite/stub/
DSatelliteImplBase.java268 @NonNull IIntegerConsumer errorCallback) { in requestSatelliteListeningEnabled()
279 @NonNull IIntegerConsumer errorCallback) { in enableCellularModemWhileSatelliteModeIsOn()
303 @NonNull IIntegerConsumer errorCallback) { in requestSatelliteEnabled()
325 public void requestIsSatelliteEnabled(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteEnabled()
348 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteSupported()
371 public void requestSatelliteCapabilities(@NonNull IIntegerConsumer errorCallback, in requestSatelliteCapabilities()
393 public void startSendingSatellitePointingInfo(@NonNull IIntegerConsumer errorCallback) { in startSendingSatellitePointingInfo()
413 public void stopSendingSatellitePointingInfo(@NonNull IIntegerConsumer errorCallback) { in stopSendingSatellitePointingInfo()
442 @NonNull IIntegerConsumer errorCallback) { in provisionSatelliteService()
468 @NonNull IIntegerConsumer errorCallback) { in deprovisionSatelliteService()
[all …]
DISatellite.aidl76 in IIntegerConsumer errorCallback); in enableCellularModemWhileSatelliteModeIsOn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/
DUserCreatorTest.kt54 val errorCallback = Mockito.mock(Runnable::class.java) in testCreateUser_threadingOrder() constant
/frameworks/base/telephony/java/android/telephony/satellite/
DSatelliteManager.java413 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in requestSatelliteEnabled() local
812 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in startSatelliteTransmissionUpdates() local
886 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in stopSatelliteTransmissionUpdates() local
941 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in provisionSatelliteService() local
988 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in deprovisionSatelliteService() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java563 @NonNull public Consumer<Integer> errorCallback; field in SatelliteController.SatelliteTransmissionUpdateArgument
567 SatelliteTransmissionUpdateArgument(Consumer<Integer> errorCallback, in SatelliteTransmissionUpdateArgument()
1008 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in handleMessage() local
1379 @NonNull IIntegerConsumer errorCallback, in startSatelliteTransmissionUpdates()
1418 public void stopSatelliteTransmissionUpdates(int subId, @NonNull IIntegerConsumer errorCallback, in stopSatelliteTransmissionUpdates()
/frameworks/av/media/module/codecs/flac/dec/
DFLACDecoder.cpp115 void FLACDecoder::errorCallback(FLAC__StreamDecoderErrorStatus status) in errorCallback() function in android::FLACDecoder
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java324 public void setErrorCallback(ErrorCallback errorCallback) { in setErrorCallback()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java332 public void setErrorCallback(ErrorCallback errorCallback) { in setErrorCallback()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.cpp594 AAudioStream_errorCallback errorCallback = getErrorCallbackProc(); in maybeCallErrorCallback() local
/frameworks/av/media/module/extractors/flac/
DFLACExtractor.cpp397 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) in errorCallback() function in android::FLACParser
/frameworks/base/media/java/android/media/
DAudioSystem.java677 ErrorCallback errorCallback; in errorCallbackFromNative() local