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

1 23 4

  /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...]
bta_av_api.c 114 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id)
132 p_buf->app_id = app_id;
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 220 const std::string& app_id);
237 const std::string& app_id);
  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 155 tBTA_CODEC_INFO *p_codec_info, UINT8 app_id);
bta_ag_api.h 259 UINT8 app_id; member in struct:__anon2588
412 tBTA_AG_FEAT features, char *p_service_names[], UINT8 app_id);
bta_hh_api.h 144 UINT8 app_id; /* corresponding application ID */ member in struct:__anon2711
484 UINT8 sub_class, UINT8 app_id,
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 347 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info)
364 p_buf->app_id = app_id;
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c 613 status = bta_hl_app_update(p_data->api_update.app_id, p_data->api_update.is_register);
619 evt_data.dereg_cfm.app_id = p_data->api_update.app_id;
649 evt_data.reg_cfm.app_id = p_data->api_update.app_id;
691 if (!bta_hl_is_a_duplicate_id(p_data->api_reg.app_id))
697 p_acb->app_id = p_data->api_reg.app_id;
739 evt_data.reg_cfm.app_id = p_data->api_reg.app_id;
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 832 val.hdr.app_id = p_scb->app_id;
867 val.hdr.app_id = p_scb->app_id;
    [all...]
bta_ag_int.h 169 UINT8 app_id; member in struct:__anon2378
280 UINT8 app_id; /* application id */ member in struct:__anon2387
352 UINT8 app_id, BD_ADDR peer_addr);
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 237 UINT8 app_id, UINT16 vendor_id,
  /hardware/libhardware/include/hardware/
bt_hh.h 78 uint8_t app_id; member in struct:__anon20631
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
  /system/core/init/
property_service.c 274 unsigned int app_id; local
282 app_id = multiuser_get_app_id(uid);
283 if (app_id == AID_BLUETOOTH) {
284 uid = app_id;
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 69 // with |app_id|. If a NTP already exists on the active |browser|, this will
72 void ShowAppInstalledAnimation(Browser* browser, const std::string& app_id) {
86 "%s/#app-id=%s", chrome::kChromeUINewTabURL, app_id.c_str());
  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 37 void SetAppLaunchPref(const std::string& app_id,
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId( local
256 app_id.c_str());
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 429 bta_sys_conn_close(BTA_ID_JV, p_pm_cb->app_id, p_pm_cb->peer_bd_addr);
431 p_pm_cb->app_id = BTA_JV_PM_ALL;
459 "app_id: 0x%x", jv_handle, i, bta_jv_cb.pm_cb[i].app_id);
511 static tBTA_JV_PM_CB *bta_jv_alloc_set_pm_profile_cb(UINT32 jv_handle, tBTA_JV_PM_ID app_id)
557 APPL_TRACE_API5("bta_jv_alloc_set_pm_profile_cb(handle 0x%2x, app_id %d): "
558 "idx: %d, (BTA_JV_PM_MAX_NUM: %d), pp_cb: 0x%x", jv_handle, app_id,
568 bta_jv_cb.pm_cb[i].app_id = app_id;
573 APPL_TRACE_WARNING2("bta_jv_alloc_set_pm_profile_cb(jv_handle: 0x%x, app_id: %d)
    [all...]
bta_jv_int.h 170 tBTA_JV_PM_ID app_id; /* JV app specific id indicating power table to use */ member in struct:__anon2821
324 tBTA_JV_PM_ID app_id; member in struct:__anon2834
  /external/chromium/chrome/browser/
jumplist_win.cc 389 bool UpdateJumpList(const wchar_t* app_id,
406 destination_list->SetAppID(app_id);
496 JumpListUpdateTask(const wchar_t* app_id,
500 : app_id_(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/browser/ui/webui/
app_launcher_handler.cc 558 StringValue* app_id = Value::CreateStringValue(extension->id()); local
559 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
613 StringValue* app_id = Value::CreateStringValue(extension->id()); local
614 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
  /external/chromium/base/
file_util.h 208 // resource id. 'app_id' is the app model id for the shortcut on Win7.
217 const wchar_t* app_id);
224 // file to be updated. 'app_id' is the app model id for the shortcut on Win7.
233 const wchar_t* app_id);
file_util_win.cc 409 int icon_index, const wchar_t* app_id) {
445 if (app_id && (base::win::GetVersion() >= base::win::VERSION_WIN7)) {
450 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
461 int icon_index, const wchar_t* app_id) {
496 if (app_id && base::win::GetVersion() >= base::win::VERSION_WIN7) {
501 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 248 const std::string& app_id) const {
251 AcquireIsolatedAppRequestContext(main_context, app_id);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 703 UINT8 app_id; member in struct:__anon2485
869 UINT8 app_id; member in struct:__anon2493
881 UINT8 app_id; member in struct:__anon2494

Completed in 641 milliseconds

1 23 4