HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/bluetooth/bluedroid/btif/co/
bta_ag_co.c 75 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
bta_hh_co.c 233 UINT8 app_id)
253 APPL_TRACE_WARNING4("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
254 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
279 p_dev->app_id = app_id;
317 ** app_id - application id
321 void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id)
326 APPL_TRACE_WARNING3("%s: dev_handle = %d, app_id = %d", __FUNCTION__, dev_handle, app_id);
359 ** app_id - application i
    [all...]
bta_dm_co.c 200 tBTA_CODEC_INFO * p_codec_type, UINT8 app_id)
211 (app_id == BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.hs_sco_over_hci) ||
214 (app_id != BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.ag_sco_over_hci ))
  /external/chromium/base/win/
win_util.cc 104 const wchar_t* app_id) {
110 DCHECK(lstrlen(app_id) < 128 && wcschr(app_id, L' ') == NULL);
113 if (FAILED(InitPropVariantFromString(app_id, &property_value)))
win_util.h 66 const wchar_t* app_id);
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 121 const std::string& app_id) const {
123 DCHECK(!app_id.empty());
128 app_request_context_getter_map_.find(app_id);
134 profile_, io_data_, app_id);
135 app_request_context_getter_map_[app_id] = context;
294 const std::string& app_id) const {
300 FilePath app_path = app_path_.AppendASCII(app_id);
350 DCHECK(!app_http_factory_map_[app_id]);
351 app_http_factory_map_[app_id] = app_http_cache;
369 const std::string& app_id) const
    [all...]
profile_io_data.h 71 const std::string& app_id) const;
191 const std::string& app_id) const = 0;
200 const std::string& app_id) const = 0;
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 227 UINT8 app_id; member in struct:__anon2913
267 int app_id; member in struct:__anon2916
309 extern BOOLEAN btif_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
315 extern BOOLEAN btif_hl_save_mdl_cfg(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg);
316 extern BOOLEAN btif_hl_delete_mdl_cfg(UINT8 app_id, UINT8 item_idx);
324 extern BOOLEAN btif_hl_load_mdl_config (UINT8 app_id, UINT8 buffer_size,
btif_hh.h 64 UINT8 app_id; member in struct:__anon2892
  /external/chromium/chrome/browser/
shell_integration_win.cc 92 bool GetShortcutAppId(IShellLink* shell_link, std::wstring* app_id) const;
245 std::wstring* app_id) const {
247 DCHECK(app_id);
249 app_id->clear();
263 app_id->assign(appid_value.pwszVal);
399 std::wstring app_id(app_name);
403 app_id += L".";
404 app_id += profile_id;
408 DCHECK(app_id.length() < 128);
409 return app_id;
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 96 open.hdr.app_id = p_scb->app_id;
131 p_scb->app_id = p_data->api_register.app_id;
141 reg.hdr.app_id = p_scb->app_id;
435 close.app_id = p_scb->app_id;
437 bta_sys_conn_close(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
474 bta_sys_sco_unuse(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr)
    [all...]
bta_ag_api.c 122 char * p_service_names[], UINT8 app_id)
133 p_buf->app_id = app_id;
bta_ag_sco.c 399 sco.app_id = p_scb->app_id;
518 bta_sys_sco_use(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
521 bta_ag_co_audio_state(bta_ag_scb_to_idx(p_scb), p_scb->app_id, BTA_AG_CO_AUD_STATE_SETUP);
531 sco_route = bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id);
632 bta_sys_busy(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hl_api.h 438 UINT8 app_id; member in struct:__anon2750
446 UINT8 app_id; member in struct:__anon2751
482 UINT8 app_id; member in struct:__anon2756
588 UINT8 app_id; member in struct:__anon2767
671 ** Parameters app_id - Application ID
679 BTA_API extern void BTA_HlUpdate(UINT8 app_id,
690 ** Parameters app_id - hdp application ID
698 BTA_API extern void BTA_HlRegister(UINT8 app_id,
713 BTA_API extern void BTA_HlDeregister(UINT8 app_id,tBTA_HL_APP_HANDLE app_handle);
733 BTA_API extern void BTA_HlCchOpen(UINT8 app_id, tBTA_HL_APP_HANDLE app_handle
    [all...]
bta_pan_api.h 63 UINT8 app_id; /* application id */ member in struct:__anon2801
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 210 p_cb->app_id = 0;
215 if (p_cb->app_id != 0)
223 p_cb->app_id);
332 if (p_cb->app_id)
348 p_cb->app_id);
462 if (p_cb->app_id == 0 && !p_cb->incoming_conn)
527 p_cb->attr_mask, p_cb->app_id);
575 if (p_cb->app_id != 0)
580 /* app_id == 0 indicates an incoming conenction request arrives without SDP
610 p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id);
    [all...]
bta_hh_int.h 123 UINT8 app_id; member in struct:__anon2546
149 UINT8 app_id; /* application ID for this connection */ member in struct:__anon2548
233 UINT8 sub_class, UINT16 max_latency, UINT16 min_tout, UINT8 app_id);
bta_hh_utils.c 177 UINT8 app_id)
188 p_cb->app_id = app_id;
228 p_cb->app_id = p_bta_hh_cfg->p_devt_list[xx].app_id;
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 77 const std::string& app_id,
80 app_id_(app_id),
237 const std::string& app_id) {
243 new FactoryForIsolatedApp(profile_io_data, app_id, main_context));
269 const std::string& app_id) {
275 new FactoryForIsolatedApp(profile_io_data, app_id, main_context));
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 142 UINT8 app_id; /* application id for the connection */ member in struct:__anon2852
153 UINT8 app_id[3]; /* application id for PAN roles */ member in struct:__anon2853
  /external/chromium/chrome/browser/ui/
browser_init.h 86 // If true, the tab corresponds to an app an |app_id| gives the id of the
94 std::string app_id; member in struct:BrowserInit::LaunchWithProfile::Tab
134 // e.g. --app=http://www.google.com/ or --app_id=... return true.
135 // In this case |app_url| or |app_id| are populated if they're non-null.
136 bool IsAppLaunch(std::string* app_url, std::string* app_id);
browser_init.cc 450 const std::string& app_id,
456 extensions_service->GetExtensionById(app_id, false);
458 // The extension with id |app_id| may have been uninstalled.
749 std::string* app_id) {
756 if (app_id)
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
764 std::string app_id; local
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty())
774 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)
788 std::string url_string, app_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 1048 BOOLEAN bta_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx)
1056 (bta_hl_cb.acb[i].app_id == app_id))
1065 APPL_TRACE_DEBUG3("bta_hl_find_app_idx found=%d app_id=%d idx=%d ",
1066 found, app_id, i);
1704 UINT8 app_id = p_acb->app_id; local
    [all...]
bta_hl_int.h 244 UINT8 app_id; member in struct:__anon2557
258 UINT8 app_id; member in struct:__anon2558
270 UINT8 app_id; member in struct:__anon2559
278 UINT8 app_id; member in struct:__anon2560
393 UINT8 app_id; member in struct:__anon2573
515 UINT8 app_id; member in struct:__anon2579
524 UINT8 app_id; member in struct:__anon2580
613 extern tBTA_HL_STATUS bta_hl_sdp_update (UINT8 app_id);
748 extern BOOLEAN bta_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
    [all...]
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 115 * @param app_id application ID to look up
119 String app_id, String content_type) {
123 + " where x_wap_application=\'" + app_id + "\'"
177 public int processMessage(String app_id, String content_type, Intent intent)
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
183 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);

Completed in 732 milliseconds

12 3 4