HomeSort by relevance Sort by last modified time
    Searched refs:GetCallback (Results 1 - 24 of 24) sorted by null

  /system/tpm/tpm_manager/server/
binder_service_test.cc 55 base::Callback<void(const ResponseProtobufType&)> GetCallback(
84 GetCallback<GetTpmStatusReply>(&reply));
105 GetCallback<GetTpmStatusReply>(&reply));
127 GetCallback<TakeOwnershipReply>(&reply));
148 request, GetCallback<RemoveOwnerDependencyReply>(&reply));
171 nvram_proxy_->DefineSpace(request, GetCallback<DefineSpaceReply>(&reply));
190 nvram_proxy_->DestroySpace(request, GetCallback<DestroySpaceReply>(&reply));
213 nvram_proxy_->WriteSpace(request, GetCallback<WriteSpaceReply>(&reply));
234 nvram_proxy_->ReadSpace(request, GetCallback<ReadSpaceReply>(&reply));
259 nvram_proxy_->LockSpace(request, GetCallback<LockSpaceReply>(&reply))
    [all...]
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
NullableTests.java 87 INamedCallback callback = mService.GetCallback(false);
91 callback = mService.GetCallback(true);
  /external/libbrillo/brillo/dbus/
dbus_property.h 30 void Get(dbus::PropertySet::GetCallback callback) {
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cc 64 auto cb = GetCallback(client_id);
interface_with_instances_base.h 67 android::sp<IInterface> GetCallback(int instance_id);
interface_with_instances_base.cc 88 android::sp<IInterface> InterfaceWithInstancesBase::GetCallback(
bluetooth_le_advertiser_binder_server.cc 160 auto cb = GetCallback(advertiser_id);
bluetooth_le_scanner_binder_server.cc 121 auto cb = GetCallback(scanner_id);
bluetooth_low_energy_binder_server.cc 154 auto cb = GetCallback(client_id);
bluetooth_gatt_server_binder_server.cc 212 auto cb = GetCallback(server_id);
  /art/runtime/openjdkjvmti/
events-inl.h 93 ALWAYS_INLINE inline typename EventFnType<kEvent>::type GetCallback(ArtJvmTiEnv* env);
97 ALWAYS_INLINE inline EventFnType<enum_name>::type GetCallback<enum_name>( \
140 auto callback = impl::GetCallback<kEvent>(env);
187 FnType* callback = impl::GetCallback<kEvent>(env);
206 auto callback = impl::GetCallback<ArtJvmtiEvent::kNativeMethodBind>(env);
  /external/libchrome/base/trace_event/
trace_buffer.h 94 OutputCallback GetCallback();
trace_buffer.cc 301 TraceResultBuffer::SimpleOutput::GetCallback() {
memory_dump_manager_unittest.cc     [all...]
trace_event_unittest.cc 153 trace_buffer_.SetOutputCallback(json_output_.GetCallback());
    [all...]
  /external/libchrome/dbus/
property.h 253 typedef base::Callback<void(bool success)> GetCallback;
260 virtual void Get(PropertyBase* property, GetCallback callback);
261 virtual void OnGet(PropertyBase* property, GetCallback callback,
389 virtual void Get(dbus::PropertySet::GetCallback callback) {
property.cc 100 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback,
  /external/libmojo/mojo/message_pump/
handle_watcher_unittest.cc 64 // Schedule callback returned from GetCallback().
80 // Runs the current MessageLoop until the callback returned from GetCallback()
89 base::Callback<void(MojoResult)> GetCallback() {
94 StartWithCallback(watcher, handle, GetCallback());
334 callback_helper2.GetCallback());
361 callback_helper.GetCallback()));
  /system/tools/aidl/tests/
aidl_test_client_nullables.cpp 199 if (!s->GetCallback(false, &callback).isOk()) {
209 if (!s->GetCallback(true, &callback).isOk()) {
aidl_test_service.cpp 426 Status GetCallback(bool return_null, sp<INamedCallback>* ret) {
  /system/tools/aidl/tests/android/aidl/tests/
ITestService.aidl 111 @nullable INamedCallback GetCallback(boolean return_null);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 224 STDMETHOD(GetCallback)(THIS_ double position, DWORD flags, double *callback_position,
245 STDMETHOD(GetCallback)(THIS_ double position, DWORD flags, double *callback_position,
295 STDMETHOD(GetCallback)(THIS_ double position, DWORD flags, double *callback_position,
commoncontrols.h 893 virtual HRESULT STDMETHODCALLTYPE GetCallback(
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 40 buffer_.SetOutputCallback(output_.GetCallback());
    [all...]

Completed in 1061 milliseconds