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

1 2 3 4 5 6

  /system/bt/bta/include/
bta_hl_co.h 46 ** Parameters app_id - application ID
53 extern BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep);
61 ** Parameters app_id - application ID
67 extern BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id);
76 ** Parameters app_id - HDP application ID
85 extern BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
99 ** Parameters app_id - HDP application ID
105 extern BOOLEAN bta_hl_co_get_echo_config(UINT8 app_id,
116 ** Parameters app_id - HDP application ID
123 extern void bta_hl_co_save_mdl(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg )
    [all...]
bta_hh_co.h 51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
65 UINT16 attr_mask, UINT8 app_id);
77 extern void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id);
91 ** app_id - application id
98 UINT8 app_id);
110 ** app_id - application id
117 UINT8 app_id);
130 extern void bta_hh_le_co_reset_rpt_cache (BD_ADDR remote_bda, UINT8 app_id);
bta_pan_co.h 81 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 extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
155 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 extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
bta_ag_co.h 63 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state,
67 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
  /system/bt/bta/sys/
bta_sys_conn.c 202 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
207 bta_sys_cb.prm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
214 bta_sys_cb.ppm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
232 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
237 bta_sys_cb.prm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
244 bta_sys_cb.ppm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
261 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
265 bta_sys_cb.ppm_cb(BTA_SYS_APP_OPEN, id, app_id, peer_addr);
281 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
285 bta_sys_cb.ppm_cb(BTA_SYS_APP_CLOSE, id, app_id, peer_addr)
    [all...]
bta_sys.h 141 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
144 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
246 extern void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
247 extern void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
248 extern void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
249 extern void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
250 extern void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
251 extern void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
252 extern void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
253 extern void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
    [all...]
  /external/libweave/src/
access_black_list_manager.h 17 // user_id is empty, app_id is empty: block everything.
18 // user_id is not empty, app_id is empty: block if user_id matches.
19 // user_id is empty, app_id is not empty: block if app_id matches.
20 // user_id is not empty, app_id is not empty: block if both match.
22 std::vector<uint8_t> app_id; member in struct:weave::AccessBlackListManager::Entry
30 const std::vector<uint8_t>& app_id,
34 const std::vector<uint8_t>& app_id,
37 const std::vector<uint8_t>& app_id) const = 0;
45 return l.user_id == r.user_id && l.app_id == r.app_id &
    [all...]
access_black_list_manager_impl.h 28 const std::vector<uint8_t>& app_id,
32 const std::vector<uint8_t>& app_id,
35 const std::vector<uint8_t>& app_id) const override;
access_api_handler.cc 40 std::string app_id; local
41 parameters.GetString(kApplicationId, &app_id);
42 if (!Base64Decode(app_id, app_id_decoded)) {
143 std::vector<uint8_t> app_id; local
145 if (!GetIds(parameters, &user_id, &app_id, &error)) {
156 manager_->Block(user_id, app_id, expiration,
172 std::vector<uint8_t> app_id; local
174 if (!GetIds(parameters, &user_id, &app_id, &error)) {
179 manager_->Unblock(user_id, app_id,
197 entry->SetString(kApplicationId, Base64Encode(e.app_id));
    [all...]
  /system/bt/btif/co/
bta_hl_co.c 64 ** Parameters app_id - application ID
71 BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep)
76 if (btif_hl_find_app_idx(app_id, &app_idx))
95 ** Parameters app_id - application ID
101 BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id)
106 if (btif_hl_find_app_idx(app_id, &app_idx))
124 ** Parameters app_id - HDP application ID
133 BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
143 BTIF_TRACE_DEBUG("%s app_id=%d mdep_idx=%d mdep_id=%d mdep_counter=%d",
144 __FUNCTION__, app_id,mdep_idx,mdep_id,mdep_counter)
    [all...]
bta_ag_co.c 64 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec)
66 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
96 APPL_TRACE_DEBUG("bta_ag_co_audio_state(handle %d, app_id: %d, state %d, codec: 0x%x)",
97 handle, app_id, state, codec);
99 APPL_TRACE_DEBUG("bta_ag_co_audio_state(handle %d, app_id: %d, state %d)", \
100 handle, app_id, state);
bta_pan_co.c 75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
78 BTIF_TRACE_API("bta_pan_co_open:app_id:%d, local_role:%d, peer_role:%d, "
79 "handle:%d", app_id, local_role, peer_role, handle);
120 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
122 BTIF_TRACE_API("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
168 BTIF_TRACE_API("%s, handle:%d, app_id:%d", __func__, handle, app_id);
222 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
    [all...]
bta_hh_co.c 278 UINT8 app_id)
300 APPL_TRACE_WARNING("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
301 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
328 p_dev->app_id = app_id;
368 ** app_id - application id
372 void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id)
377 APPL_TRACE_WARNING("%s: dev_handle = %d, app_id = %d", __FUNCTION__, dev_handle, app_id);
409 ** app_id - application i
    [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-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
datastore_test_util.py 35 self.app_id = 'my-app'
38 os.environ['APPLICATION_ID'] = self.app_id
42 self.app_id, None)
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
va_private.h 60 unsigned int app_id; member in struct:_VAEncryptionParameterBuffer
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
va_private.h 59 unsigned int app_id; member in struct:_VAEncryptionParameterBuffer
  /system/bt/bta/hl/
bta_hl_api.c 99 ** Parameters app_id - Application ID
107 void BTA_HlUpdate(UINT8 app_id, tBTA_HL_REG_PARAM *p_reg_param,
116 p_buf->app_id = app_id;
147 ** Parameters app_id - Application ID
155 void BTA_HlRegister(UINT8 app_id,
163 p_buf->app_id = app_id;
196 void BTA_HlDeregister(UINT8 app_id,tBTA_HL_APP_HANDLE app_handle)
202 p_buf->app_id = app_id
    [all...]
  /external/chromium-trace/catapult/catapult_build/
appengine_deploy.py 16 def AppcfgUpdate(paths, app_id):
22 app_id: The application ID to use.
37 '--application=%s' % app_id,
  /system/bt/stack/include/
srvc_api.h 102 typedef void (tBA_CBACK)(UINT8 app_id, UINT8 event, tBA_WRITE_DATA *p_data);
192 extern UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info);
201 extern void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
209 extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
  /system/bt/bta/pan/
bta_pan_act.c 58 bta_sys_busy(BTA_ID_PAN, p_scb->app_id, p_scb->bd_addr);
75 bta_sys_idle(BTA_ID_PAN, p_scb->app_id, p_scb->bd_addr);
114 p_scb->app_id = bta_pan_cb.app_id[0];
116 p_scb->app_id = bta_pan_cb.app_id[1];
118 p_scb->app_id = bta_pan_cb.app_id[2];
154 bta_pan_co_rx_flow(handle, p_scb->app_id, TRUE);
157 bta_pan_co_rx_flow(handle, p_scb->app_id, FALSE)
    [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,
169 int app_id; local
188 if ( (status = sBluetoothHdpInterface->register_application(&reg_param, &app_id)) !=
196 return app_id;
199 static jboolean unregisterHealthAppNative(JNIEnv *env, jobject object, int app_id) {
203 if ((status = sBluetoothHdpInterface->unregister_application(app_id)) != BT_STATUS_SUCCESS) {
204 ALOGE("Failed to unregister app %d, status: %d", app_id, status)
    [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...]
  /system/bt/stack/srvc/
srvc_battery.c 96 (* p_inst->p_cback)(p_inst->app_id, BA_WRITE_CLT_CFG_REQ, &cfg);
142 (* p_inst->p_cback)(p_inst->app_id, p_inst->pending_evt, NULL);
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info)
228 p_inst->app_id = app_id;
307 void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp)
316 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)
375 void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level)
382 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 26 int processMessage(String app_id, String content_type, in Intent intent);

Completed in 297 milliseconds

1 2 3 4 5 6