Home
last modified time | relevance | path

Searched refs:page_idx (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c46 UINT8 page_idx);
1302 UINT8 page_idx; in btm_process_remote_ext_features() local
1317 for (page_idx = 0; page_idx < num_read_pages; page_idx++) in btm_process_remote_ext_features()
1319 btm_process_remote_ext_features_page (p_acl_cb, p_dev_rec, page_idx); in btm_process_remote_ext_features()
1335 UINT8 page_idx) in btm_process_remote_ext_features_page() argument
1342 memcpy (p_dev_rec->features[page_idx], p_acl_cb->peer_lmp_features[page_idx], in btm_process_remote_ext_features_page()
1345 switch (page_idx) in btm_process_remote_ext_features_page()
1393 BTM_TRACE_ERROR("btm_process_remote_ext_features_page page=%d unexpected", page_idx); in btm_process_remote_ext_features_page()
/external/chromium_org/pdf/
Dinstance.cc1835 int page_idx = engine_->GetMostVisiblePage(); in CallScriptableMethod() local
1836 if (page_idx < 0) in CallScriptableMethod()
1838 pp::Rect rect = engine_->GetPageContentsRect(page_idx); in CallScriptableMethod()