Searched defs:pending_call (Results 1 – 11 of 11) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_endpoint.c | 313 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
|
D | cras_bt_transport.c | 366 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
|
D | cras_bt_battery_provider.c | 231 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
|
D | cras_bt_profile.c | 262 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
|
D | cras_bt_manager.c | 247 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
|
D | cras_bt_player.c | 19 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
|
D | cras_bt_adapter.c | 289 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
|
D | cras_bt_device.c | 189 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/ |
D | object_proxy.cc | 304 for (auto* pending_call : pending_calls_) { in Detach() local 337 [](DBusPendingCall* pending_call, void* user_data) { in StartAsyncMethodCall() 354 DBusPendingCall* pending_call) { in OnPendingCallIsComplete()
|
D | bus.cc | 626 DBusPendingCall** pending_call, in SendWithReply()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | server.cc | 239 PendingCall pending_call; in RequestCallWithPossiblePublish() local
|