Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 31) sorted by relevance

12

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_object_info_send.c90 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_info_send() local
122object = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_PIMA_O… in _ux_device_class_pima_object_info_send()
125 if (object == UX_NULL) in _ux_device_class_pima_object_info_send()
135 (UCHAR *) object); in _ux_device_class_pima_object_info_send()
154 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_filename, object_info_pointer, unico… in _ux_device_class_pima_object_info_send()
174 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_capture_date, object_info_pointer, u… in _ux_device_class_pima_object_info_send()
194 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_modification_date, object_info_point… in _ux_device_class_pima_object_info_send()
214 …_ux_utility_memory_copy(object -> ux_device_class_pima_object_keywords, object_info_pointer, unico… in _ux_device_class_pima_object_info_send()
217 object -> ux_device_class_pima_object_state = 0; in _ux_device_class_pima_object_info_send()
218 object -> ux_device_class_pima_object_offset = 0; in _ux_device_class_pima_object_info_send()
[all …]
Dux_device_class_pima_object_info_get.c93 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_info_get() local
107 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_info_get()
119 file_name_length = ((ULONG) *object -> ux_device_class_pima_object_filename * 2 ) + 1; in _ux_device_class_pima_object_info_get()
120 capture_date_length = ((ULONG) *object -> ux_device_class_pima_object_capture_date *2 ) + 1; in _ux_device_class_pima_object_info_get()
121 …modification_date_length = ((ULONG) *object -> ux_device_class_pima_object_modification_date * 2 )… in _ux_device_class_pima_object_info_get()
122 keywords_length = ((ULONG) *object -> ux_device_class_pima_object_keywords * 2 ) +1; in _ux_device_class_pima_object_info_get()
166 _ux_utility_descriptor_pack((UCHAR *) object, in _ux_device_class_pima_object_info_get()
175 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_filename, file_… in _ux_device_class_pima_object_info_get()
181 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_capture_date, c… in _ux_device_class_pima_object_info_get()
187 …_ux_utility_memory_copy(object_info_pointer, object -> ux_device_class_pima_object_modification_da… in _ux_device_class_pima_object_info_get()
[all …]
Dux_device_class_pima_object_data_send.c82 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_data_send() local
96 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_data_send()
106 object_length = object -> ux_device_class_pima_object_compressed_size; in _ux_device_class_pima_object_data_send()
Dux_device_class_pima_object_data_get.c84 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_object_data_get() local
96 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_object_data_get()
106 object_length = object -> ux_device_class_pima_object_compressed_size; in _ux_device_class_pima_object_data_get()
Dux_device_class_pima_partial_object_data_get.c88 UX_SLAVE_CLASS_PIMA_OBJECT *object; in _ux_device_class_pima_partial_object_data_get() local
102 status = pima -> ux_device_class_pima_object_info_get(pima, object_handle, &object); in _ux_device_class_pima_partial_object_data_get()
109 object_length = object -> ux_device_class_pima_object_length; in _ux_device_class_pima_partial_object_data_get()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_object_open.c75 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_open() argument
90 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED) in _ux_host_class_pima_object_open()
94 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED; in _ux_host_class_pima_object_open()
97 object -> ux_host_class_pima_object_offset = 0; in _ux_host_class_pima_object_open()
100object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_open()
148 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_open() argument
152 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_open()
156 return (_ux_host_class_pima_object_open(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_open()
Dux_host_class_pima_object_send.c92 UX_HOST_CLASS_PIMA_OBJECT *object, in _ux_host_class_pima_object_send() argument
104 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_SEND, pima, object, object_buffer, object_… in _ux_host_class_pima_object_send()
115 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_send()
119 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_send()
120 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_object_send()
127 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_object_send()
131object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_object_send()
189object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_send()
219object -> ux_host_class_pima_object_compressed_size + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE); in _ux_host_class_pima_object_send()
222 … if (((object -> ux_host_class_pima_object_compressed_size + UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE) % in _ux_host_class_pima_object_send()
[all …]
Dux_host_class_pima_object_info_send.c90 UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_info_send() argument
102 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_INFO_SEND, pima, object, 0, 0, UX_TRACE_HO… in _ux_host_class_pima_object_info_send()
138 _ux_utility_descriptor_pack((UCHAR *) object, in _ux_host_class_pima_object_info_send()
147 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_filename * 2) + 1; in _ux_host_class_pima_object_info_send()
165 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_stri… in _ux_host_class_pima_object_info_send()
171 … unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_capture_date * 2) + 1; in _ux_host_class_pima_object_info_send()
185 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_… in _ux_host_class_pima_object_info_send()
191 … unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_modification_date * 2) + 1; in _ux_host_class_pima_object_info_send()
205 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_modification_date, uni… in _ux_host_class_pima_object_info_send()
211 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_keywords * 2) + 1; in _ux_host_class_pima_object_info_send()
[all …]
Dux_host_class_pima_object_info_get.c86 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_info_get() argument
96 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_INFO_GET, pima, object_handle, object, 0, … in _ux_host_class_pima_object_info_get()
137 (UCHAR *) object); in _ux_host_class_pima_object_info_get()
156 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_stri… in _ux_host_class_pima_object_info_get()
176 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_… in _ux_host_class_pima_object_info_get()
196 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_modification_date, object_pointer, uni… in _ux_host_class_pima_object_info_get()
216 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_keywords, object_pointer, unicode_stri… in _ux_host_class_pima_object_info_get()
219 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED; in _ux_host_class_pima_object_info_get()
222 object -> ux_host_class_pima_object_offset = 0; in _ux_host_class_pima_object_info_get()
284 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_info_get() argument
[all …]
Dux_host_class_pima_thumb_get.c90 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, in _ux_host_class_pima_thumb_get() argument
113 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_thumb_get()
117 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_thumb_get()
118 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_thumb_get()
129 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_thumb_get()
133object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_thumb_get()
198object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get()
254object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get()
287object -> ux_host_class_pima_object_offset += transfer_request -> ux_transfer_request_actual_lengt… in _ux_host_class_pima_thumb_get()
345object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_thumb_get()
[all …]
Dux_host_class_pima_object_transfer_abort.c75 … ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_transfer_abort() argument
83 …ERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_TRANSFER_ABORT, pima, object_handle, object, 0, UX_TRACE_HOST_… in _ux_host_class_pima_object_transfer_abort()
94 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_transfer_abort()
101object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_transfer_abort()
153 … ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_transfer_abort() argument
157 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_transfer_abort()
161 return(_ux_host_class_pima_object_transfer_abort(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_transfer_abort()
Dux_host_class_pima_object_get.c91 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object, in _ux_host_class_pima_object_get() argument
104 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_GET, pima, object_handle, object, 0, UX_TR… in _ux_host_class_pima_object_get()
115 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_get()
119 …if ((object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_get()
120 …(object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_… in _ux_host_class_pima_object_get()
130 if (object -> ux_host_class_pima_object_offset == 0) in _ux_host_class_pima_object_get()
134object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AC… in _ux_host_class_pima_object_get()
200object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_get()
260object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_AB… in _ux_host_class_pima_object_get()
317object -> ux_host_class_pima_object_offset += transfer_request -> ux_transfer_request_actual_lengt… in _ux_host_class_pima_object_get()
[all …]
Dux_host_class_pima_object_close.c82 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _ux_host_class_pima_object_close() argument
93 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_PIMA_OBJECT_CLOSE, pima, object, 0, 0, UX_TRACE_HOST_C… in _ux_host_class_pima_object_close()
104 if (object -> ux_host_class_pima_object_state != UX_HOST_CLASS_PIMA_OBJECT_STATE_OPENED) in _ux_host_class_pima_object_close()
108 object -> ux_host_class_pima_object_state = UX_HOST_CLASS_PIMA_OBJECT_STATE_CLOSED; in _ux_host_class_pima_object_close()
111 …if ( object -> ux_host_class_pima_object_transfer_status == UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STA… in _ux_host_class_pima_object_close()
115object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_close()
219object -> ux_host_class_pima_object_transfer_status = UX_HOST_CLASS_PIMA_OBJECT_TRANSFER_STATUS_IN… in _ux_host_class_pima_object_close()
267 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object) in _uxe_host_class_pima_object_close() argument
271 if ((pima == UX_NULL) || (pima_session == UX_NULL) || (object == UX_NULL)) in _uxe_host_class_pima_object_close()
275 return(_ux_host_class_pima_object_close(pima, pima_session, object_handle, object)); in _uxe_host_class_pima_object_close()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_host_pima_test.c98 UX_HOST_CLASS_PIMA_OBJECT object; in ux_test_thread_simulation_0_entry() local
112 status = ux_host_class_pima_object_info_send(NX_NULL, &pima_session, 0, 0, &object); in ux_test_thread_simulation_0_entry()
115 status = ux_host_class_pima_object_info_send(dummy_pima, NX_NULL, 0, 0, &object); in ux_test_thread_simulation_0_entry()
126 status = ux_host_class_pima_object_info_send(dummy_pima, &pima_session, 0, 0, &object); in ux_test_thread_simulation_0_entry()
130 status = ux_host_class_pima_object_info_get(NX_NULL, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry()
133 status = ux_host_class_pima_object_info_get(dummy_pima, NX_NULL, 0, &object); in ux_test_thread_simulation_0_entry()
144 status = ux_host_class_pima_object_info_get(dummy_pima, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry()
148 status = ux_host_class_pima_object_open(NX_NULL, &pima_session, 0, &object); in ux_test_thread_simulation_0_entry()
151 status = ux_host_class_pima_object_open(dummy_pima, NX_NULL, 0, &object); in ux_test_thread_simulation_0_entry()
158 …status = ux_host_class_pima_object_get(NX_NULL, &pima_session, 0, &object, object_buffer, 64, &obj… in ux_test_thread_simulation_0_entry()
[all …]
Dusbx_msrc_81292_host_pima_deactivate_semaphore_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1560 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1566 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1594 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1599 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1622 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1727 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1742 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1554 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1560 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1588 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1593 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1616 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1721 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1736 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_pima_basic_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1516 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1522 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1550 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1555 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1578 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1683 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1698 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_msrc_72227_host_pima_read_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1691 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1697 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1725 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1730 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1753 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1858 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1873 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_msrc_72525_host_pima_obj_handles_get_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1645 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1651 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1679 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1684 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1707 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1812 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1827 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_msrc_72619_host_pima_stor_ids_get_test.c89 UX_SLAVE_CLASS_PIMA_OBJECT **object);
97 UX_SLAVE_CLASS_PIMA_OBJECT *object,
133 UX_SLAVE_CLASS_PIMA_OBJECT **object,
1623 UX_SLAVE_CLASS_PIMA_OBJECT **object) in pima_device_object_info_get() argument
1629 status = pima_device_object_handle_check(object_handle, object, &handle_index); in pima_device_object_info_get()
1657 UX_SLAVE_CLASS_PIMA_OBJECT *object; in pima_device_object_data_get() local
1662 status = pima_device_object_handle_check(object_handle, &object, &handle_index); in pima_device_object_data_get()
1685 …_ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_fil… in pima_device_object_data_get()
1790 UX_SLAVE_CLASS_PIMA_OBJECT *object, in pima_device_object_info_send() argument
1805 …ux_utility_unicode_to_string(object -> ux_device_class_pima_object_filename, (UCHAR *) object_file… in pima_device_object_info_send()
[all …]
Dusbx_pictbridge_basic_test.c48 static UX_SLAVE_CLASS_PIMA_OBJECT *object; variable
705object = (UX_SLAVE_CLASS_PIMA_OBJECT *) jobinfo -> ux_pictbridge_jobinfo_object; in test_thread_device_simulation_entry()
708object -> ux_device_class_pima_object_format = UX_DEVICE_CLASS_PIMA_OFC_EXIF_JPEG; in test_thread_device_simulation_entry()
709object -> ux_device_class_pima_object_compressed_size = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry()
710 object -> ux_device_class_pima_object_offset = 0; in test_thread_device_simulation_entry()
711object -> ux_device_class_pima_object_handle_id = UX_PICTBRIDGE_OBJECT_HANDLE_PRINT; in test_thread_device_simulation_entry()
712object -> ux_device_class_pima_object_length = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry()
715 … ux_utility_string_to_unicode("JPEG Image", object -> ux_device_class_pima_object_filename); in test_thread_device_simulation_entry()
Dusbx_msrc_72526_pictbridge_dps_host_start_test.c48 static UX_SLAVE_CLASS_PIMA_OBJECT *object; variable
853object = (UX_SLAVE_CLASS_PIMA_OBJECT *) jobinfo -> ux_pictbridge_jobinfo_object; in test_thread_device_simulation_entry()
856object -> ux_device_class_pima_object_format = UX_DEVICE_CLASS_PIMA_OFC_EXIF_JPEG; in test_thread_device_simulation_entry()
857object -> ux_device_class_pima_object_compressed_size = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry()
858 object -> ux_device_class_pima_object_offset = 0; in test_thread_device_simulation_entry()
859object -> ux_device_class_pima_object_handle_id = UX_PICTBRIDGE_OBJECT_HANDLE_PRINT; in test_thread_device_simulation_entry()
860object -> ux_device_class_pima_object_length = UX_TEST_JPEG_IMAGE_LENGTH; in test_thread_device_simulation_entry()
863 … ux_utility_string_to_unicode("JPEG Image", object -> ux_device_class_pima_object_filename); in test_thread_device_simulation_entry()
/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpsclient_object_info_get.c74 UX_SLAVE_CLASS_PIMA_OBJECT **object) in _ux_pictbridge_dpsclient_object_info_get() argument
98 …bridge -> ux_pictbridge_jobinfo.ux_pictbridge_jobinfo_object_info_get(pima, object_handle, object); in _ux_pictbridge_dpsclient_object_info_get()
117 *object = object_info; in _ux_pictbridge_dpsclient_object_info_get()
Dux_pictbridge_dpsclient_object_info_send.c78 …ctbridge_dpsclient_object_info_send(UX_SLAVE_CLASS_PIMA *pima, UX_SLAVE_CLASS_PIMA_OBJECT *object, in _ux_pictbridge_dpsclient_object_info_send() argument
98 …_ux_utility_memory_copy(object_info, object, UX_SLAVE_CLASS_PIMA_OBJECT_DATA_LENGTH); /* Use case … in _ux_pictbridge_dpsclient_object_info_send()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h557 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object,
561 … UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object);
563 UX_HOST_CLASS_PIMA_OBJECT *object);
565 …HOST_CLASS_PIMA *pima, UX_HOST_CLASS_PIMA_SESSION *pima_session, UX_HOST_CLASS_PIMA_OBJECT *object,
572 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object,
578 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object);
581 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object);
584 ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object);
592 …, UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object,
596 … UX_HOST_CLASS_PIMA_SESSION *pima_session, ULONG object_handle, UX_HOST_CLASS_PIMA_OBJECT *object);
[all …]

12