HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 176 - 200 of 385) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 223 p_cb->app_id = 0;
232 if (p_cb->app_id != 0)
240 p_cb->app_id);
357 if (p_cb->app_id)
373 p_cb->app_id);
484 (p_cb->incoming_conn) &&(p_cb->app_id == 0))
497 if (p_cb->app_id == 0 && !p_cb->incoming_conn)
568 p_cb->attr_mask, p_cb->app_id);
579 bta_sys_conn_open( BTA_ID_HH ,p_cb->app_id, p_cb->addr);
632 if (p_cb->app_id != 0
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hl_api.h 438 UINT8 app_id; member in struct:__anon5477
446 UINT8 app_id; member in struct:__anon5478
482 UINT8 app_id; member in struct:__anon5483
588 UINT8 app_id; member in struct:__anon5494
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:__anon5532
  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.cc 62 const std::string& app_id)
64 app_id_(app_id),
67 if (!window_registry_->GetAppWindowsForApp(app_id).empty()) {
105 AppLaunchController::AppLaunchController(const std::string& app_id,
110 app_id_(app_id),
  /external/chromium_org/chrome/browser/drive/
drive_app_registry_unittest.cc 53 const std::string& app_id,
58 if (app_id == app.app_id) {
64 EXPECT_TRUE(found) << "Unable to find app with app_id " << app_id;
84 EXPECT_EQ("123456788192", apps[0].app_id);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 126 virtual void OnKioskAppDataChanged(const std::string& app_id) OVERRIDE {
129 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) OVERRIDE {
165 virtual void OnKioskAppDataChanged(const std::string& app_id) OVERRIDE {
175 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) OVERRIDE {
242 str += apps[i].app_id;
267 void SetExistingApp(const std::string& app_id,
280 apps_dict->SetString(app_id + ".name", app_name);
281 apps_dict->SetString(app_id + ".icon", icon_path.MaybeAsASCII());
293 app_id + "_id");
299 app_id);
    [all...]
app_session_lifetime.cc 121 void InitAppSession(Profile* profile, const std::string& app_id) {
135 // Set the app_id for the current instance of KioskAppUpdateService.
140 update_service->set_app_id(app_id);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_api.c 120 char * p_service_names[], UINT8 app_id)
131 p_buf->app_id = app_id;
bta_ag_sco.c 427 sco.app_id = p_scb->app_id;
558 bta_sys_sco_use(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
562 bta_ag_co_audio_state(bta_ag_scb_to_idx(p_scb), p_scb->app_id, BTA_AG_CO_AUD_STATE_SETUP,\
575 bta_ag_co_audio_state(bta_ag_scb_to_idx(p_scb), p_scb->app_id, BTA_AG_CO_AUD_STATE_SETUP);
586 sco_route = bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id);
688 bta_sys_busy(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c 127 p_buf->user_app_id = p_user_info->app_id;
139 p_buf->gn_app_id = p_gn_info->app_id;
152 p_buf->nap_app_id = p_nap_info->app_id;
bta_pan_int.h 150 UINT8 app_id; /* application id for the connection */ member in struct:__anon5590
161 UINT8 app_id[3]; /* application id for PAN roles */ member in struct:__anon5591
  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 216 tBTA_CODEC_INFO * p_codec_type, UINT8 app_id)
227 (app_id == BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.hs_sco_over_hci) ||
230 (app_id != BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.ag_sco_over_hci ))
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.cc 158 std::string app_id; local
160 if (ordinals_value->GetString(i, &app_id)) {
161 app_ids_.push_back(app_id);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h 102 const std::string& app_id,
142 const std::string& app_id);
143 std::string FindSendingServiceNameFromAppId(const std::string app_id);
synced_notification_app_info_service.h 98 const std::string& app_id);
101 std::string FindSendingServiceNameFromAppId(const std::string app_id);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_item_controller.cc 80 const std::string& app_id,
82 : LauncherItemController(type, app_id, controller),
134 launcher_controller()->LaunchApp(app_id(), source, ui::EF_NONE);
182 app_id(),
188 app_id(),
208 app_id(),
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.cc 67 const std::string& app_id,
77 app_id_ = app_id;
app_shim_host_mac.h 51 // and app_id. Once the profile and app_id are stored, and all future
55 const std::string& app_id,
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service_browsertest.cc 119 const std::string app_id = app->id(); local
121 app_id, GetTestPath(kMessagingReceiverAppV2),
  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc 29 const std::string& app_id)
31 app_id_(app_id),
88 // open-with-<app_id> urls from the document entry.
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc 34 const std::string& app_id() const { return app_id_; } function in class:app_list::AppSearchProvider::App
68 new AppResult(profile_, (*app_it)->app_id(), list_controller_));
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 121 // Activates the application known by |app_id|. Returns, among other things,
122 // E_APPLICATION_NOT_REGISTERED if |app_id| identifies Chrome and Chrome is not
125 HRESULT ActivateApplication(const wchar_t* app_id) {
130 hr = activator->ActivateApplication(app_id, L"", AO_NONE, &pid);
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 67 int app_id; member in struct:qseecom_load_img_req
82 int app_id; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 93 int app_id; /* out*/ member in struct:qseecom_load_img_req
113 * @app_id - app id.
117 int app_id; /* out */ member in struct:qseecom_qseos_app_load_query
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 64 UINT8 app_id; member in struct:__anon5633

Completed in 1175 milliseconds

1 2 3 4 5 6 78 91011>>