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

  /system/bt/service/ipc/binder/
interface_with_instances_base.h 31 // InterfaceWithInstancesBase provides a common base class for Binder interface
38 class InterfaceWithInstancesBase
42 InterfaceWithInstancesBase() = default;
43 ~InterfaceWithInstancesBase() override = default;
104 DISALLOW_COPY_AND_ASSIGN(InterfaceWithInstancesBase);
interface_with_instances_base.cpp 24 bool InterfaceWithInstancesBase::RegisterInstanceBase(
46 android::wp<InterfaceWithInstancesBase> weak_ptr_to_this(this);
54 android::sp<InterfaceWithInstancesBase> strong_ptr_to_this =
57 VLOG(2) << "InterfaceWithInstancesBase was deleted while instance was"
75 void InterfaceWithInstancesBase::UnregisterInstanceBase(int instance_id) {
83 void InterfaceWithInstancesBase::UnregisterAllBase() {
91 android::sp<IInterface> InterfaceWithInstancesBase::GetCallback(
97 InterfaceWithInstancesBase::GetInstance(int instance_id) {
104 void InterfaceWithInstancesBase::OnRegisterInstance(
147 void InterfaceWithInstancesBase::OnRemoteCallbackRemoved(const int& key)
    [all...]
bluetooth_gatt_client_binder_server.h 35 public InterfaceWithInstancesBase {
57 // InterfaceWithInstancesBase override:
bluetooth_low_energy_binder_server.h 39 public InterfaceWithInstancesBase,
82 // InterfaceWithInstancesBase override:
bluetooth_gatt_server_binder_server.h 35 public InterfaceWithInstancesBase,
106 // InterfaceWithInstancesBase override:

Completed in 135 milliseconds