Home
last modified time | relevance | path

Searched defs:callback (Results 1401 - 1425 of 4532) sorted by relevance

1...<<51525354555657585960>>...182

/third_party/skia/src/gpu/
H A DGrTextureRenderTargetProxy.cpp47 GrTextureRenderTargetProxy(const GrCaps& caps, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiDeviceMonitor.java135 registerDeviceCallback(DeviceCallback callback, Handler handler) registerDeviceCallback() argument
144 unregisterDeviceCallback(DeviceCallback callback) unregisterDeviceCallback() argument
[all...]
/third_party/skia/third_party/externals/oboe/src/common/
H A DStabilizedCallback.cpp26 StabilizedCallback::StabilizedCallback(AudioStreamCallback *callback) : mCallback(callback){ in StabilizedCallback() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCreatePipelineAsyncTask.cpp33 CreateComputePipelineAsyncCallbackTask( Ref<ComputePipelineBase> pipeline, std::string errorMessage, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) CreateComputePipelineAsyncCallbackTask() argument
69 CreateRenderPipelineAsyncCallbackTask( Ref<RenderPipelineBase> pipeline, std::string errorMessage, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) CreateRenderPipelineAsyncCallbackTask() argument
105 CreateComputePipelineAsyncTask( Ref<ComputePipelineBase> nonInitializedComputePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) CreateComputePipelineAsyncTask() argument
155 CreateRenderPipelineAsyncTask( Ref<RenderPipelineBase> nonInitializedRenderPipeline, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) CreateRenderPipelineAsyncTask() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DComputePipelineVk.cpp107 InitializeAsync(Ref<ComputePipelineBase> computePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) InitializeAsync() argument
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A Dtest_utils_win32.cpp150 void InitCrashHandler(CrashCallback *callback) in InitCrashHandler() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DComputePipelineD3D12.cpp85 InitializeAsync(Ref<ComputePipelineBase> computePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) InitializeAsync() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DDevice.h76 WGPUErrorCallback callback = nullptr; member
H A DQueue.cpp36 OnSubmittedWorkDone(uint64_t signalValue, WGPUQueueWorkDoneCallback callback, void* userdata) OnSubmittedWorkDone() argument
/third_party/pulseaudio/src/pulsecore/
H A Dhook-list.h49 pa_hook_cb_t callback; member
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc74 void GatherCustomStrideMatrixMembers(const Program* program, F&& callback) { in GatherCustomStrideMatrixMembers() argument
/third_party/vixl/test/
H A Dtest-runner.cc215 void vixl::Test::set_callback(TestFunction* callback) { in set_callback() argument
220 void vixl::Test::set_callback(TestFunctionWithConfig* callback) { in set_callback() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireErrorCallbackTests.cpp149 WGPUErrorCallback callback; in TEST_F() local
299 WGPUErrorCallback callback; TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DShaderModuleValidationTests.cpp179 auto callback = [](WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, in TEST_F() local
/third_party/python/Modules/
H A D_weakref.c129 _weakref_proxy_impl(PyObject *module, PyObject *object, PyObject *callback) in _weakref_proxy_impl() argument
H A Datexitmodule.c165 atexit_callback *callback = PyMem_Malloc(sizeof(atexit_callback)); in atexit_register() local
[all...]
/third_party/python/Lib/
H A Dtimeit.py320 def callback(number, time_taken): function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler_test.cc357 auto callback = [](const HashtablezInfo& info) { in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
H A Dcleanup_test.cc48 explicit FunctorClass(Callback callback) : callback_(std::move(callback)) {} in FunctorClass() argument
96 auto callback in TYPED_TEST() local
122 auto callback = TypeParam::AsCallback([] {}); TYPED_TEST() local
147 auto callback = IdentityFactory::AsCallback([] {}); TYPED_TEST() local
[all...]
/third_party/rust/crates/nix/src/
H A Dsched.rs104 extern "C" fn callback(data: *mut CloneCb) -> c_int { in clone() functions
/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_plugin_proxy.cpp64 AuthCommonInterface(const DomainAccountInfo &info, const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) AuthCommonInterface() argument
88 IsAccountTokenValid( const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) IsAccountTokenValid() argument
112 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument
118 GetAccessToken(const DomainAccountInfo &domainInfo, const std::vector<uint8_t> &accountToken, const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument
143 AuthWithPopup( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) AuthWithPopup() argument
149 AuthWithToken(const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) AuthWithToken() argument
155 GetAuthStatusInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetAuthStatusInfo() argument
171 GetDomainAccountInfo( const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument
191 OnAccountBound(const DomainAccountInfo &info, const int32_t localId, const sptr<IDomainAccountCallback> &callback) OnAccountBound() argument
211 OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) OnAccountUnBound() argument
[all...]
H A Ddomain_account_manager_service.cpp100 ErrCode DomainAccountManagerService::AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup() argument
46 HasDomainAccount( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) HasDomainAccount() argument
52 GetAccessToken( const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument
84 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument
90 AuthUser(int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) AuthUser() argument
114 GetDomainAccountInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument
[all...]
/base/account/os_account/services/accountmgr/test/mock/common/
H A Dability_manager_adapter.cpp104 ErrCode AbilityManagerAdapter::StartUser(int accountId, const sptr<AAFwk::IUserCallback> &callback, bool isAppRecovery) in StartUser() argument
109 ErrCode AbilityManagerAdapter::StopUser(int accountId, const sptr<AAFwk::IUserCallback> &callback) in StopUser() argument
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_stub_test.cpp165 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local
205 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local
399 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local
644 sptr<IAppAccountAuthenticatorCallback> callback in HWTEST_F() local
666 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local
689 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local
710 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local
[all...]
/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp45 LocationErrCode LocatorAgentManager::StartGnssLocating(const LocationCallbackIfaces& callback) in StartGnssLocating() argument
76 LocationErrCode LocatorAgentManager::RegisterGnssStatusCallback(const SvStatusCallbackIfaces& callback) in RegisterGnssStatusCallback() argument
107 LocationErrCode LocatorAgentManager::RegisterNmeaMessageCallback(const GnssNmeaCallbackIfaces& callback) in RegisterNmeaMessageCallback() argument
226 LocationErrCode LocatorAgent::StartGnssLocating(sptr<ILocatorCallback>& callback) in StartGnssLocating() argument
246 StopGnssLocating(sptr<ILocatorCallback>& callback) StopGnssLocating() argument
260 RegisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback) RegisterNmeaMessageCallback() argument
274 UnregisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback) UnregisterNmeaMessageCallback() argument
288 RegisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback) RegisterGnssStatusCallback() argument
302 UnregisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback) UnregisterGnssStatusCallback() argument
[all...]

Completed in 38 milliseconds

1...<<51525354555657585960>>...182