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

1 2 3 4 5

  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 65 ** Parameters app_id - application ID
72 BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep)
77 if (btif_hl_find_app_idx(app_id, &app_idx))
96 ** Parameters app_id - application ID
102 BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id)
107 if (btif_hl_find_app_idx(app_id, &app_idx))
125 ** Parameters app_id - HDP application ID
133 BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
142 BTIF_TRACE_DEBUG4("%s app_id=%d mdep_idx=%d mdep_id=%d",
143 __FUNCTION__, app_id,mdep_idx,mdep_id )
    [all...]
bta_fs_co.c 245 ** app_id - in case application specific treatement is required (e.g opp versus ftp)
249 static int btapp_fs_check_space( const char *p_path, const UINT32 size, const UINT8 app_id )
314 ** app_id - application ID specified in the enable functions.
327 UINT8 app_id)
342 err = btapp_fs_check_space(p_path, size, app_id);
367 fd, err, oflags, app_id);
400 ** app_id - application ID specified in the enable functions.
409 tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id)
415 fd, app_id);
420 BTIF_TRACE_WARNING3("[CO] bta_fs_co_close: handle:%d error=%d app_id:%d", fd, err, app_id)
    [all...]
bta_hh_co.c 91 UINT8 app_id)
111 APPL_TRACE_WARNING4("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
112 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
136 p_dev->app_id = app_id;
171 ** app_id - application id
175 void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id)
177 APPL_TRACE_WARNING3("%s: dev_handle = %d, app_id = %d", __FUNCTION__, dev_handle, app_id);
193 ** app_id - application i
    [all...]
bta_pan_co.c 90 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr)
92 ALOGD("bta_pan_co_open:app_id:%d, local_role:%d, peer_role:%d, handle:%d",
93 app_id, local_role, peer_role, handle);
132 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
134 ALOGD("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
175 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
185 ALOGD("bta_pan_co_tx_path, handle:%d, app_id:%d", handle, app_id);
229 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 46 ** Parameters app_id - application ID
53 BTA_API extern BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep);
61 ** Parameters app_id - application ID
67 BTA_API extern BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id);
76 ** Parameters app_id - HDP application ID
84 BTA_API extern BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
97 ** Parameters app_id - HDP application ID
103 BTA_API extern BOOLEAN bta_hl_co_get_echo_config(UINT8 app_id,
114 ** Parameters app_id - HDP application ID
121 BTA_API extern void bta_hl_co_save_mdl(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg )
    [all...]
bta_fs_co.h 110 #define BTA_FS_INVALID_APP_ID (0xFF) /* this app_id is reserved */
154 UINT8 app_id; member in struct:__anon2194
191 ** app_id - application ID specified in the enable functions.
203 UINT16 evt, UINT8 app_id);
214 ** app_id - application ID specified in the enable functions.
222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
233 ** app_id - application ID specified in the enable functions.
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
253 ** app_id - application ID specified in the enable functions.
261 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id);
    [all...]
bta_hh_co.h 43 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
57 UINT16 attr_mask, UINT8 app_id);
69 BTA_API extern void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id);
bta_pan_co.h 81 BTA_API extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr);
94 BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
155 BTA_API extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
173 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 201 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
206 bta_sys_cb.prm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
213 bta_sys_cb.ppm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
231 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
236 bta_sys_cb.prm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
243 bta_sys_cb.ppm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
260 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
264 bta_sys_cb.ppm_cb(BTA_SYS_APP_OPEN, id, app_id, peer_addr);
280 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
284 bta_sys_cb.ppm_cb(BTA_SYS_APP_CLOSE, id, app_id, peer_addr)
    [all...]
bta_sys.h 151 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
154 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
268 extern void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
269 extern void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
270 extern void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
271 extern void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
272 extern void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
273 extern void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
274 extern void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
275 extern void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
README 8 To "index.php", replace APP_ID, TOKEN, and TOKEN_SECRET with your app's id, your
  /external/chromium/chrome/browser/extensions/
extension_management_apitest.cc 84 std::string app_id; local
85 LoadAndWaitForLaunch("management/launch_app_panel", &app_id);
99 UninstallExtension(app_id);
101 ASSERT_FALSE(service->GetExtensionById(app_id, true));
106 app_id, ExtensionPrefs::LAUNCH_REGULAR);
114 ASSERT_EQ(app_id, app_id_new);
139 std::string app_id; local
140 LoadAndWaitForLaunch("management/launch_app_tab", &app_id);
148 UninstallExtension(app_id);
150 ASSERT_FALSE(service->GetExtensionById(app_id, true))
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 55 static void app_registration_state_callback(int app_id, bthl_app_reg_state_t state) {
57 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAppRegistrationState, app_id,
62 static void channel_state_callback(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index,
86 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onChannelStateChanged, app_id, addr,
196 int app_id; local
212 if ( (status = sBluetoothHdpInterface->register_application(&reg_param, &app_id)) !=
220 return app_id;
223 static jboolean unregisterHealthAppNative(JNIEnv *env, jobject object, int app_id) {
227 if ((status = sBluetoothHdpInterface->unregister_application(app_id)) != BT_STATUS_SUCCESS) {
228 ALOGE("Failed to unregister app %d, status: %d", app_id, status)
    [all...]
  /hardware/libhardware/include/hardware/
bt_hl.h 75 typedef void (* bthl_app_reg_state_callback)(int app_id, bthl_app_reg_state_t state);
81 typedef void (* bthl_channel_state_callback)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int channel_id, bthl_channel_state_t state, int fd);
104 bt_status_t (*register_application) ( bthl_reg_param_t *p_reg_param, int *app_id);
107 bt_status_t (*unregister_application) (int app_id);
110 bt_status_t (*connect_channel)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id);
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 85 const std::string& app_id) const {
87 DCHECK(!app_id.empty());
92 app_request_context_getter_map_.find(app_id);
98 profile_, io_data_, app_id);
99 app_request_context_getter_map_[app_id] = context;
187 const std::string& app_id) const {
208 DCHECK(!app_http_factory_map_[app_id]);
209 app_http_factory_map_[app_id] = app_http_cache;
224 const std::string& app_id) const {
227 InitializeAppRequestContext(main_context, app_id);
    [all...]
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...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 60 EditText app_id = (EditText) findViewById(R.id.app_id);
70 app_id.getText().toString(),
80 app_id.getText().toString(),
96 EditText app_id = (EditText) findViewById(R.id.app_id);
105 app_id.getText().toString(),
119 EditText app_id = (EditText) findViewById(R.id.app_id);
134 app_id.getText().toString()
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 36 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
47 static void bta_dm_ssr_cfg_cback(UINT8 id, UINT8 app_id, UINT16 max_lat, UINT16 min_rmt_to);
69 if(p_bta_dm_pm_cfg[0].app_id != 0)
151 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
163 APPL_TRACE_DEBUG3("bta_dm_pm_cback: st(%d), id(%d), app(%d)", status, id, app_id);
178 for(i=1; i<=p_bta_dm_pm_cfg[0].app_id; i++)
182 && ((p_bta_dm_pm_cfg[i].app_id == BTA_ALL_APP_ID ) || (p_bta_dm_pm_cfg[i].app_id == app_id )))
187 /* if no entries are there for the app_id and subystem in p_bta_dm_pm_spec*
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 88 p_scb->app_id = bta_pan_cb.app_id[0];
90 p_scb->app_id = bta_pan_cb.app_id[1];
92 p_scb->app_id = bta_pan_cb.app_id[2];
141 bta_pan_co_rx_flow(handle, p_scb->app_id, TRUE);
148 bta_pan_co_rx_flow(handle, p_scb->app_id, FALSE);
328 bta_pan_cb.app_id[0] = p_data->api_set_role.user_app_id;
329 bta_pan_cb.app_id[1] = p_data->api_set_role.gn_app_id
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.cc 13 (tab.is_pinned ? "pinned" : "") + ":" + tab.app_id;
  /external/libnfc-nci/src/udrv/include/
uamp_api.h 97 ** Parameters app_id: Application specific AMP identifer. This value
110 ** Parameters app_id: Application specific AMP identifer.
123 ** Parameters: app_id: AMP identifer.
154 ** Parameters: app_id: AMP identifer.
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 98 static int btif_hl_get_next_channel_id(UINT8 app_id);
725 BOOLEAN btif_hl_dch_open(UINT8 app_id, BD_ADDR bd_addr,
737 BTIF_TRACE_DEBUG2("%s app_id=%d ",
738 __FUNCTION__, app_id );
742 if (btif_hl_find_app_idx(app_id, &app_idx))
755 p_pcb->channel_id = (int) btif_hl_get_next_channel_id(app_id);
861 BOOLEAN btif_hl_cch_open(UINT8 app_id, BD_ADDR bd_addr, UINT16 ctrl_psm,
871 BTIF_TRACE_DEBUG5("%s app_id=%d ctrl_psm=%d mdep_cfg_idx=%d op=%d",
872 __FUNCTION__, app_id, ctrl_psm, mdep_cfg_idx, op);
876 if (btif_hl_find_app_idx(app_id, &app_idx)
1634 UINT8 app_id =(UINT8) (channel_id >> 16); local
1967 int app_id = 0; local
2251 int app_id = (int) btif_hl_get_app_id(p_acb->delete_mdl.channel_id); local
2276 int app_id = (int) btif_hl_get_app_id(p_scb->channel_id); local
2300 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
2329 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
3482 int app_id; local
4257 UINT8 app_idx, mcl_idx, mdl_idx, mdl_cfg_idx, app_id, mdep_cfg_idx; local
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 265 UINT8 app_id; member in struct:__anon2428
306 int app_id; member in struct:__anon2431
349 extern BOOLEAN btif_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
355 extern BOOLEAN btif_hl_save_mdl_cfg(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg);
356 extern BOOLEAN btif_hl_delete_mdl_cfg(UINT8 app_id, UINT8 item_idx);
364 extern BOOLEAN btif_hl_load_mdl_config (UINT8 app_id, UINT8 buffer_size,
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 151 UINT16 event_id, UINT8 app_id);
163 typedef void (tGOEP_CLOSE_CBACK) (tGOEP_FD fd, UINT8 app_id);
183 UINT16 event_id, UINT8 app_id);
201 UINT16 event_id, UINT8 app_id);
214 typedef void (tGOEP_SEEK_CBACK) (tGOEP_FD fd, INT32 offset, INT16 origin, UINT8 app_id);
243 UINT8 app_id);
259 BOOLEAN *p_is_dir, UINT8 app_id);
276 typedef tGOEP_STATUS (tGOEP_MKDIR_CBACK) (const char *p_path, UINT8 app_id);
294 typedef tGOEP_STATUS (tGOEP_RMDIR_CBACK) (const char *p_path, UINT8 app_id);
311 typedef tGOEP_STATUS (tGOEP_UNLINK_CBACK) (const char *p_path, UINT8 app_id);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 216 p_cb->app_id = 0;
221 if (p_cb->app_id != 0)
229 p_cb->app_id);
337 if (p_cb->app_id)
353 p_cb->app_id);
469 if (p_cb->app_id == 0 && !p_cb->incoming_conn)
534 p_cb->attr_mask, p_cb->app_id);
537 bta_sys_chg_ssr_config(BTA_ID_HH ,p_cb->app_id, p_cb->dscp_info.ssr_max_latency, p_cb->dscp_info.ssr_min_tout);
539 bta_sys_conn_open( BTA_ID_HH ,p_cb->app_id, p_cb->addr);
587 if (p_cb->app_id != 0
    [all...]

Completed in 802 milliseconds

1 2 3 4 5