Home
last modified time | relevance | path

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

/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.java554 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in requestEnabled() local
1129 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in startTransmissionUpdates() local
1211 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in stopTransmissionUpdates() local
1268 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in provisionService() local
1320 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in deprovisionService() local
1992 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in addAttachRestrictionForCarrier() local
2037 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in removeAttachRestrictionForCarrier() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DDemoSimulator.java291 @NonNull IIntegerConsumer errorCallback) { in enableCellularModemWhileSatelliteModeIsOn()
DSatelliteController.java882 @NonNull public Consumer<Integer> errorCallback; field in SatelliteController.SatelliteTransmissionUpdateArgument
886 SatelliteTransmissionUpdateArgument(Consumer<Integer> errorCallback, in SatelliteTransmissionUpdateArgument()
1740 @NonNull IIntegerConsumer errorCallback, in startSatelliteTransmissionUpdates()
1764 public void stopSatelliteTransmissionUpdates(int subId, @NonNull IIntegerConsumer errorCallback, in stopSatelliteTransmissionUpdates()
DSatelliteModemInterface.java645 IIntegerConsumer errorCallback = new IIntegerConsumer.Stub() { in enableCellularModemWhileSatelliteModeIsOn() local
/frameworks/base/telephony/java/android/telephony/satellite/stub/
DISatellite.aidl78 in IIntegerConsumer errorCallback); in enableCellularModemWhileSatelliteModeIsOn()
/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.cpp595 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.java698 ErrorCallback errorCallback; in errorCallbackFromNative() local