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

  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp 40 inline void add_service(io_service& ios, Service* svc) function in namespace:asio
46 ios.service_registry_->template add_service<Service>(svc);
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 34 template <typename Service> void add_service(io_service& ios, Service* svc);
151 * use_service(), add_service() and has_service().
160 * template @c add_service<Service>(). If the @c Service is already present, the
569 friend void add_service(io_service& ios, Service* svc);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.hpp 48 void service_registry::add_service(Service* new_service) function in class:asio::detail::service_registry
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 58 void add_service(Service* new_service);
  /system/bt/test/suite/gatt/
gatt_unittest.cc 98 gatt_server_interface()->add_service(server_if, service);
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 152 bt_status_t (*add_service)(int server_if, std::vector<btgatt_db_element_t> service); member in struct:__anon41064
  /system/bt/service/
gatt_server.cc 103 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service(
gatt_server_old.cc 663 bt_status_t btstat = internal_->gatt->server->add_service(
  /system/sepolicy/private/
system_server.te 525 add_service(system_server, system_server_service);
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 619 return ParseServiceDefinition(file->add_service(), location, file);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 433 ::google::protobuf::ServiceDescriptorProto* add_service();
3977 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
descriptor_unittest.cc 96 ServiceDescriptorProto* result = file->add_service();
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc 2237 ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 389 inline ::google::protobuf::ServiceDescriptorProto* add_service();
3094 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 389 inline ::google::protobuf::ServiceDescriptorProto* add_service();
3094 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 389 inline ::google::protobuf::ServiceDescriptorProto* add_service();
3094 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 433 ::google::protobuf::ServiceDescriptorProto* add_service();
3977 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 389 inline ::google::protobuf::ServiceDescriptorProto* add_service();
3094 inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() { function in class:google::protobuf::FileDescriptorProto
    [all...]

Completed in 1168 milliseconds