/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 167 int page_num; member 986 jq->job_params.page_num = -1; in _job_thread() 1021 jq->job_params.page_num = 0; in _job_thread() 1084 jq->job_params.page_num++; in _job_thread() 1087 jq->job_params.page_num = page.page_num; in _job_thread() 1089 jq->job_params.page_num = per_copy_page_num; in _job_thread() 1099 jq->job_params.copy_page_num = page.page_num; in _job_thread() 1100 jq->job_params.page_backside = !(page.page_num & 0x1); in _job_thread() 1107 " function for page #%d", page.page_num); in _job_thread() 1110 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() 474 msg.param.end_page.page = job_params->page_num; in _print_page() 477 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 | 931 uint8_t page_num, max_page; in btm_read_remote_ext_features_complete_raw() local 941 STREAM_TO_UINT8(page_num, p); in btm_read_remote_ext_features_complete_raw() 949 if (page_num > HCI_EXT_FEATURES_PAGE_MAX) { in btm_read_remote_ext_features_complete_raw() 950 log::warn("Too many received pages num_page={} invalid", page_num); in btm_read_remote_ext_features_complete_raw() 954 if (page_num > max_page) { in btm_read_remote_ext_features_complete_raw() 955 log::warn("num_page={}, max_page={} invalid", page_num, max_page); in btm_read_remote_ext_features_complete_raw() 958 btm_read_remote_ext_features_complete(handle, page_num, max_page, p); in btm_read_remote_ext_features_complete_raw() 961 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, in btm_read_remote_ext_features_complete() argument 972 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], features, in btm_read_remote_ext_features_complete() 974 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 250 int page_num; member
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 473 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) { in LogMetricBluetoothLocalSupportedFeatures() argument 475 BLUETOOTH_LOCAL_SUPPORTED_FEATURES_REPORTED, page_num, static_cast<int64_t>(features)); in LogMetricBluetoothLocalSupportedFeatures() 479 page_num, in LogMetricBluetoothLocalSupportedFeatures()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hcicmds.h | 408 std::function<void(uint16_t handle, uint8_t page_num)> body{ 410 void operator()(uint16_t handle, uint8_t page_num) { in operator() 411 body(handle, page_num); in operator()
|
D | mock_stack_hcic_hcicmds.cc | 259 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument 261 test::mock::stack_hcic_hcicmds::btsnd_hcic_rmt_ext_features(handle, page_num); in btsnd_hcic_rmt_ext_features()
|
D | mock_stack_acl.h | 987 std::function<void(uint16_t handle, uint8_t page_num, uint8_t max_page, 991 void operator()(uint16_t handle, uint8_t page_num, uint8_t max_page, in operator() 993 body(handle, page_num, max_page, features); in operator()
|
D | mock_stack_acl.cc | 561 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, in btm_read_remote_ext_features_complete() argument 566 handle, page_num, max_page, features); in btm_read_remote_ext_features_complete()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | acl_hci_link_interface.h | 53 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num,
|
D | hcimsgs.h | 93 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num);
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 127 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page.h | 87 Page(FPDF_DOCUMENT doc, int page_num, FormFiller* form_filler);
|
D | page.cc | 58 Page::Page(FPDF_DOCUMENT doc, int page_num, FormFiller* form_filler) in Page() argument 60 page_(FPDF_LoadPage(doc, page_num)), in Page()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 333 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features);
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 247 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 660 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument 671 UINT8_TO_STREAM(pp, page_num); in btsnd_hcic_rmt_ext_features()
|