Searched refs:service_interface_ (Results 1 – 2 of 2) sorted by relevance
46 AvrcpService::ServiceInterfaceImpl* AvrcpService::service_interface_ = nullptr; member in bluetooth::avrcp::AvrcpService507 if (service_interface_ == nullptr) { in GetServiceInterface()508 service_interface_ = new ServiceInterfaceImpl(); in GetServiceInterface()511 return service_interface_; in GetServiceInterface()
109 static ServiceInterfaceImpl* service_interface_; variable