Home
last modified time | relevance | path

Searched defs:Void (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DCallControl.java97 @NonNull OutcomeReceiver<Void, CallException> callback) { in setActive()
131 @NonNull OutcomeReceiver<Void, CallException> callback) { in answer()
165 @NonNull OutcomeReceiver<Void, CallException> callback) { in setInactive()
209 @NonNull OutcomeReceiver<Void, CallException> callback) { in disconnect()
245 @NonNull OutcomeReceiver<Void, CallException> callback) { in startCallStreaming()
278 @NonNull OutcomeReceiver<Void, CallException> callback) { in requestCallEndpointChange()
340 OutcomeReceiver<Void, CallException> clientCallback) { in CallControlResultReceiver()
DInCallAdapter.java241 OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
DPhone.java395 @NonNull OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
DConnectionServiceAdapter.java586 OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
DInCallService.java670 @NonNull OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
DConnection.java1295 OutcomeReceiver<Void, CallEndpointException> callback) {} in onEndpointChanged()
3194 @NonNull OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
/frameworks/base/core/java/android/app/
DFullscreenRequestHandler.java54 @Nullable OutcomeReceiver<Void, Throwable> approvalCallback, Configuration config, in requestFullscreenMode()
85 OutcomeReceiver<Void, Throwable> callback, int result) { in notifyFullscreenRequestResult()
DActivity.java3085 @Nullable OutcomeReceiver<Void, Throwable> approvalCallback) { in requestFullscreenMode()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method.h24 struct Void {}; struct
/frameworks/av/media/utils/tests/
Dmemory-test.cpp23 TEST(UniqueMallocedPtr, Void) { in TEST() argument
/frameworks/base/core/java/android/credentials/
DCredentialManager.java328 @NonNull OutcomeReceiver<Void, ClearCredentialStateException> callback) { in clearCredentialState()
374 @NonNull OutcomeReceiver<Void, SetEnabledProvidersException> callback) { in setEnabledProviders()
766 Executor executor, OutcomeReceiver<Void, ClearCredentialStateException> callback) { in ClearCredentialStateTransport()
801 Executor executor, OutcomeReceiver<Void, SetEnabledProvidersException> callback) { in SetEnabledProvidersTransport()
/frameworks/base/core/java/android/service/credentials/
DCredentialProviderService.java406 @NonNull OutcomeReceiver<Void, in onClearCredentialState()
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningRegistrationTest.java85 VoidAnswer4<byte[], byte[], Executor, OutcomeReceiver<Void, Exception>> answer) { in answerStoreUpgradedKeyAsync()
/frameworks/base/services/core/java/com/android/server/utils/quota/
DUptcMap.java104 Function<Void, T> creator) { in getOrCreate()
/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java1325 @NonNull OutcomeReceiver<Void, CompanionException> result) in startSystemDataTransfer()
1476 OutcomeReceiver<Void, CompanionException> callback) { in SystemDataTransferCallbackProxy()
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4def.h64 typedef void Void; typedef
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h329 using Void = pdx::rpc::Void; member
/frameworks/base/startop/view_compiler/
Ddex_builder.cc32 const TypeDescriptor TypeDescriptor::Void() { return TypeDescriptor{"V"}; }; in Void() function in startop::dex::TypeDescriptor