/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 169 int page_num; member 988 jq->job_params.page_num = -1; in _job_thread() 1023 jq->job_params.page_num = 0; in _job_thread() 1086 jq->job_params.page_num++; in _job_thread() 1089 jq->job_params.page_num = page.page_num; in _job_thread() 1091 jq->job_params.page_num = per_copy_page_num; in _job_thread() 1101 jq->job_params.copy_page_num = page.page_num; in _job_thread() 1102 jq->job_params.page_backside = !(page.page_num & 0x1); in _job_thread() 1109 " function for page #%d", page.page_num); in _job_thread() 1112 if ((page.page_num == jq->job_params.job_pages_per_set) && in _job_thread() [all …]
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image_platform.c | 33 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()
|
D | plugin_pcl.c | 305 wprint_image_init(image_info, pathname, job_params->page_num); in _setup_image_info() 405 ((job_params->page_num & 0x1) == 0)) ? job_params->page_bottom_margin : 0.0f; in _print_page() 476 msg.param.end_page.page = job_params->page_num; in _print_page() 479 image_row, wprint_image_get_height(image_info), job_params->page_num, pathname, in _print_page()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 862 uint8_t page_num, max_page; in btm_read_remote_ext_features_complete_raw() local 872 STREAM_TO_UINT8(page_num, p); in btm_read_remote_ext_features_complete_raw() 880 if (page_num > HCI_EXT_FEATURES_PAGE_MAX) { in btm_read_remote_ext_features_complete_raw() 881 log::warn("Too many received pages num_page={} invalid", page_num); in btm_read_remote_ext_features_complete_raw() 885 if (page_num > max_page) { in btm_read_remote_ext_features_complete_raw() 886 log::warn("num_page={}, max_page={} invalid", page_num, max_page); in btm_read_remote_ext_features_complete_raw() 889 btm_read_remote_ext_features_complete(handle, page_num, max_page, p); in btm_read_remote_ext_features_complete_raw() 892 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, uint8_t max_page, in btm_read_remote_ext_features_complete() argument 902 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], features, HCI_FEATURE_BYTES_PER_PAGE); in btm_read_remote_ext_features_complete() 903 p_acl_cb->peer_lmp_feature_valid[page_num] = true; in btm_read_remote_ext_features_complete() [all …]
|
/packages/services/BuiltInPrintService/jni/include/ |
D | lib_wprint.h | 164 int page_num; member 251 int page_num; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hcicmds.h | 367 std::function<void(uint16_t handle, uint8_t page_num)> body{ 369 void operator()(uint16_t handle, uint8_t page_num) { body(handle, page_num); } in operator()
|
D | mock_stack_acl.h | 599 std::function<void(uint16_t handle, uint8_t page_num, uint8_t max_page, uint8_t* features)> body{ 602 void operator()(uint16_t handle, uint8_t page_num, uint8_t max_page, uint8_t* features) { in operator() 603 body(handle, page_num, max_page, features); in operator()
|
D | mock_stack_hcic_hcicmds.cc | 237 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument 239 test::mock::stack_hcic_hcicmds::btsnd_hcic_rmt_ext_features(handle, page_num); in btsnd_hcic_rmt_ext_features()
|
D | mock_stack_acl.cc | 355 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, uint8_t max_page, in btm_read_remote_ext_features_complete() argument 358 test::mock::stack_acl::btm_read_remote_ext_features_complete(handle, page_num, max_page, in btm_read_remote_ext_features_complete()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | acl_hci_link_interface.h | 48 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, uint8_t max_page,
|
D | hcimsgs.h | 89 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num);
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 397 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) { in LogMetricBluetoothLocalSupportedFeatures() argument 398 int ret = stats_write(BLUETOOTH_LOCAL_SUPPORTED_FEATURES_REPORTED, page_num, in LogMetricBluetoothLocalSupportedFeatures() 404 page_num, features, ret); in LogMetricBluetoothLocalSupportedFeatures()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 98 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page.cc | 62 Page::Page(FPDF_DOCUMENT doc, int page_num, FormFiller* form_filler) in Page() argument 64 page_(FPDF_LoadPage(doc, page_num)), in Page() 67 page_num_(page_num) {} in Page()
|
D | page.h | 107 Page(FPDF_DOCUMENT doc, int page_num, FormFiller* form_filler);
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 303 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features);
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 191 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 656 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument 667 UINT8_TO_STREAM(pp, page_num); in btsnd_hcic_rmt_ext_features()
|