HomeSort by relevance Sort by last modified time
    Searched full:service_id (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/pdfium/third_party/freetype/src/psnames/
psmodule.c 564 const char* service_id )
580 return ft_service_list_lookup( PSCMAPS_SERVICES_GET, service_id );
  /system/bt/service/common/bluetooth/binder/
parcel_helpers.cpp 168 int service_id = parcel.readInt32(); local
176 service_id, char_id, desc_id));
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 106 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 74 const asio::detail::service_id<Service>& /*id*/);
  /system/bt/service/common/bluetooth/
gatt_identifier.h 44 const GattIdentifier& service_id);
  /system/bt/service/example/heart_rate/
heart_rate_server.h 58 const bluetooth::GattIdentifier& service_id) override;
heart_rate_server.cpp 307 const bluetooth::GattIdentifier& service_id) {
316 if (service_id != hr_service_id_) {
  /system/connectivity/shill/cellular/
cellular.cc 629 string service_id; local
632 service_id = home_provider_info_->uuid();
635 service_id = serving_operator_info_->uuid();
641 service_id = sim_identifier();
648 service_id = meid();
657 if (!service_id.empty()) {
660 kTypeCellular, address().c_str(), service_id.c_str());
    [all...]
  /system/bt/stack/include/
gap_api.h 147 extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
  /system/bt/stack/btm/
btm_inq.c 2590 UINT8 service_id; local
2641 UINT8 service_id; local
2662 UINT8 service_id; local
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 1021 UINT8 service_id = BTM_SEC_SERVICE_HIDH_NOSEC_CTRL; local
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 59 static UINT8 bta_dm_authorize_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 716 class service_id class in namespace:asio::detail
727 static asio::detail::service_id<Type> id;
737 asio::detail::service_id<Type> service_base<Type>::id;
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 102 protected static final String SERVICE_ID =
505 "[LOOKUP] Looking for a resource file of name [" + SERVICE_ID
510 SERVICE_ID);
530 + " as specified by file '" + SERVICE_ID
540 "[LOOKUP] No resource file with name '" + SERVICE_ID
    [all...]
  /external/freetype/include/internal/
ftserv.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftserv.h     [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogFactory.java 93 protected static final String SERVICE_ID = "META-INF/services/org.apache.commons.logging.LogFactory";
  /system/bt/bta/include/
bta_ag_api.h 280 tBTA_SERVICE_ID service_id; member in struct:__anon71859
  /system/bt/service/
gatt_server.h 216 GattIdentifier service_id; member in struct:bluetooth::GattServer::ServiceDeclaration
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java 183 /** The service_ID of the required service */
246 /** The service_ID of the required service */
  /system/bt/btif/src/
btif_av.c     [all...]
btif_dm.c 312 bt_status_t btif_in_execute_service_request(tBTA_SERVICE_ID service_id,
315 BTIF_TRACE_DEBUG("%s service_id: %d", __FUNCTION__, service_id);
316 /* Check the service_ID and invoke the profile's BT state changed API */
317 switch (service_id)
346 __func__, service_id,
    [all...]
  /external/freetype/src/base/
ftobjs.c 73 const char* service_id )
79 if ( desc && service_id )
83 if ( ft_strcmp( desc->serv_id, service_id ) == 0 )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 73 const char* service_id )
79 if ( desc && service_id )
83 if ( ft_strcmp( desc->serv_id, service_id ) == 0 )
    [all...]
  /external/tcpdump/
print-juniper.c 577 uint8_t service_id[4]; member in struct:juniper_monitor_header
590 EXTRACT_32BITS(&mh->service_id),
    [all...]

Completed in 693 milliseconds

1 23 4 5