/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 167 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/ |
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 | 321 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/ |
D | btm_acl.cc | 968 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/ |
D | lib_wprint.h | 162 int page_num; member 246 int page_num; member
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 428 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/ |
D | mock_stack_hcic_hcicmds.h | 559 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()
|
D | mock_stack_acl.h | 1122 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()
|
D | mock_stack_hcic_hcicmds.cc | 338 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()
|
D | mock_stack_acl.cc | 636 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/ |
D | acl_hci_link_interface.h | 57 void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num,
|
D | hcimsgs.h | 150 extern void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num);
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 106 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 106 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {} in LogMetricBluetoothLocalSupportedFeatures() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 272 void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features);
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 810 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()
|