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

12 3 4 5

  /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/pan/
bta_pan_api.c 128 p_buf->user_app_id = p_user_info->app_id;
140 p_buf->gn_app_id = p_gn_info->app_id;
153 p_buf->nap_app_id = p_nap_info->app_id;
bta_pan_int.h 142 UINT8 app_id; /* application id for the connection */ member in struct:__anon2368
153 UINT8 app_id[3]; /* application id for PAN roles */ member in struct:__anon2369
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 46 const std::string& app_id) const;
93 const std::string& app_id) const;
99 const std::string& app_id) const;
profile_impl_io_data.h 51 const std::string& app_id) const;
112 const std::string& app_id) const;
118 const std::string& app_id) const;
  /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)))
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
README 27 'app_id': 'INSERT APPLICATION ID HERE',
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 26 int processMessage(String app_id, String content_type, in Intent intent);
  /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/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);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 50 * LOCALE (TEXT), APP_ID (INTEGER).
94 + Words.APP_ID + " INTEGER,"
206 values.put(Words.APP_ID, 0);
278 sDictProjectionMap.put(Words.APP_ID, Words.APP_ID);
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 23 static const char kAppID[] = "app_id";
84 if (value.GetString(kAppID, &(tab->app_id)))
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 32 public static final String APP_ID = "[INSERT APP ID HERE]";
79 APP_ID,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 32 public static final String APP_ID = "[INSERT APP ID HERE]";
79 APP_ID,
  /hardware/libhardware/include/hardware/
bt_hh.h 78 uint8_t app_id; member in struct:__anon19133
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 62 UINT8 app_id; member in struct:__anon2402
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 123 UINT8 app_id; member in struct:__anon2075
149 UINT8 app_id; /* application ID for this connection */ member in struct:__anon2077
233 UINT8 sub_class, UINT16 max_latency, UINT16 min_tout, UINT8 app_id);
bta_hh_utils.c 168 UINT8 app_id)
179 p_cb->app_id = app_id;
226 p_cb->app_id = p_bta_hh_cfg->p_devt_list[xx].app_id;
bta_hh_api.c 338 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info)
355 p_buf->app_id = app_id;
  /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);
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 160 app_id, BD_ADDR peer_addr);
161 static void bta_av_sys_rs_cback (tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
483 registr.app_id = p_data->api_reg.app_id;
495 p_scb->app_id = registr.app_id;
828 static void bta_av_sys_rs_cback (tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
845 APPL_TRACE_DEBUG3("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
847 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
855 p_buf->hci_status = app_id;
    [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);
1701 UINT8 app_id = p_acb->app_id; local
    [all...]
  /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));

Completed in 295 milliseconds

12 3 4 5