Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_endpoint.c313 static void cras_bt_on_register_endpoint(DBusPendingCall *pending_call, in cras_bt_on_register_endpoint()
340 DBusPendingCall *pending_call; in cras_bt_register_endpoint() local
443 static void cras_bt_on_unregister_endpoint(DBusPendingCall *pending_call, in cras_bt_on_unregister_endpoint()
467 DBusPendingCall *pending_call; in cras_bt_unregister_endpoint() local
Dcras_bt_transport.c366 static void on_transport_volume_set(DBusPendingCall *pending_call, void *data) in on_transport_volume_set()
386 DBusPendingCall *pending_call; in cras_bt_transport_set_volume() local
547 static void cras_bt_on_transport_release(DBusPendingCall *pending_call, in cras_bt_on_transport_release()
569 DBusPendingCall *pending_call; in cras_bt_transport_release() local
Dcras_bt_battery_provider.c231 cras_bt_on_battery_provider_registered(DBusPendingCall *pending_call, in cras_bt_on_battery_provider_registered()
265 DBusPendingCall *pending_call; in cras_bt_register_battery_provider() local
Dcras_bt_profile.c262 static void cras_bt_on_register_profile(DBusPendingCall *pending_call, in cras_bt_on_register_profile()
282 DBusPendingCall *pending_call; in cras_bt_register_profile() local
Dcras_bt_manager.c247 static void cras_bt_on_get_managed_objects(DBusPendingCall *pending_call, in cras_bt_on_get_managed_objects()
319 DBusPendingCall *pending_call; in cras_bt_get_managed_objects() local
Dcras_bt_player.c19 static void cras_bt_on_player_registered(DBusPendingCall *pending_call, in cras_bt_on_player_registered()
44 DBusPendingCall *pending_call; in cras_bt_add_player() local
Dcras_bt_adapter.c289 static void on_get_supported_capabilities_reply(DBusPendingCall *pending_call, in on_get_supported_capabilities_reply()
355 DBusPendingCall *pending_call; in cras_bt_adapter_get_supported_capabilities() local
Dcras_bt_device.c189 static void on_connect_profile_reply(DBusPendingCall *pending_call, void *data) in on_connect_profile_reply()
203 static void on_disconnect_reply(DBusPendingCall *pending_call, void *data) in on_disconnect_reply()
222 DBusPendingCall *pending_call; in cras_bt_device_connect_profile() local
260 DBusPendingCall *pending_call; in cras_bt_device_disconnect() local
/external/libchrome/dbus/
Dobject_proxy.cc304 for (auto* pending_call : pending_calls_) { in Detach() local
337 [](DBusPendingCall* pending_call, void* user_data) { in StartAsyncMethodCall()
354 DBusPendingCall* pending_call) { in OnPendingCallIsComplete()
Dbus.cc626 DBusPendingCall** pending_call, in SendWithReply()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc239 PendingCall pending_call; in RequestCallWithPossiblePublish() local