Home
last modified time | relevance | path

Searched refs:page_num (Results 1 – 16 of 16) sorted by relevance

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c167 int page_num; member
1030 jq->job_params.page_num = -1; in _job_thread()
1057 jq->job_params.page_num = 0; in _job_thread()
1113 jq->job_params.page_num++; in _job_thread()
1116 jq->job_params.page_num = page.page_num; in _job_thread()
1118 jq->job_params.page_num = per_copy_page_num; in _job_thread()
1128 jq->job_params.copy_page_num = page.page_num; in _job_thread()
1136 " function for page #%d", page.page_num); in _job_thread()
1151 "page #%d", page.page_num); in _job_thread()
1197 page.page_num, page.filename); in _job_thread()
[all …]
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image_platform.c33 int wprint_image_init(wprint_image_info_t *image_info, const char *image_url, const int page_num) { in wprint_image_init() argument
37 image_info->decoder_data.page = page_num; in wprint_image_init()
Dplugin_pcl.c321 wprint_image_init(image_info, pathname, job_params->page_num); in _print_page()
380 ((job_params->page_num & 0x1) == 0)) in _print_page()
451 msg.param.end_page.page = job_params->page_num; in _print_page()
455 job_params->page_num, pathname, in _print_page()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc968 uint8_t page_num, max_page; in btm_read_remote_ext_features_complete_raw() local
978 STREAM_TO_UINT8(page_num, p); in btm_read_remote_ext_features_complete_raw()
986 if (page_num > HCI_EXT_FEATURES_PAGE_MAX) { in btm_read_remote_ext_features_complete_raw()
987 LOG_WARN("Too many received pages num_page=%d invalid", page_num); in btm_read_remote_ext_features_complete_raw()
991 if (page_num > max_page) { in btm_read_remote_ext_features_complete_raw()
992 LOG_WARN("num_page=%d, max_page=%d invalid", page_num, max_page); in btm_read_remote_ext_features_complete_raw()
995 btm_read_remote_ext_features_complete(handle, page_num, max_page, p); in btm_read_remote_ext_features_complete_raw()
998 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, in btm_read_remote_ext_features_complete() argument
1009 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], features, in btm_read_remote_ext_features_complete()
1011 p_acl_cb->peer_lmp_feature_valid[page_num] = true; in btm_read_remote_ext_features_complete()
[all …]
/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h162 int page_num; member
246 int page_num; member
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc428 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) { in LogMetricBluetoothLocalSupportedFeatures() argument
429 int ret = stats_write(BLUETOOTH_LOCAL_SUPPORTED_FEATURES_REPORTED, page_num, features); in LogMetricBluetoothLocalSupportedFeatures()
434 page_num, in LogMetricBluetoothLocalSupportedFeatures()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.h559 std::function<void(uint16_t handle, uint8_t page_num)> body{
560 [](uint16_t handle, uint8_t page_num) {}};
561 void operator()(uint16_t handle, uint8_t page_num) { in operator()
562 body(handle, page_num); in operator()
Dmock_stack_acl.h1122 std::function<void(uint16_t handle, uint8_t page_num, uint8_t max_page,
1124 body{[](uint16_t handle, uint8_t page_num, uint8_t max_page,
1126 void operator()(uint16_t handle, uint8_t page_num, uint8_t max_page, in operator()
1128 body(handle, page_num, max_page, features); in operator()
Dmock_stack_hcic_hcicmds.cc338 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument
340 test::mock::stack_hcic_hcicmds::btsnd_hcic_rmt_ext_features(handle, page_num); in btsnd_hcic_rmt_ext_features()
Dmock_stack_acl.cc636 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, in btm_read_remote_ext_features_complete() argument
641 handle, page_num, max_page, features); in btm_read_remote_ext_features_complete()
/packages/modules/Bluetooth/system/stack/include/
Dacl_hci_link_interface.h57 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num,
Dhcimsgs.h150 extern void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num);
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc106 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc106 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h272 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features);
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc810 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument
821 UINT8_TO_STREAM(pp, page_num); in btsnd_hcic_rmt_ext_features()