Searched refs:HIDP_STATUS_SUCCESS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/hid/
H A Dhid_service_win.cc163 preparsed_data) == HIDP_STATUS_SUCCESS) {
184 HIDP_STATUS_SUCCESS) {
242 if (HidP_GetCaps(preparsed_data, &capabilities) == HIDP_STATUS_SUCCESS) {
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.cc271 DCHECK_EQ(HIDP_STATUS_SUCCESS, status);
279 DCHECK_EQ(HIDP_STATUS_SUCCESS, status);
373 if (status == HIDP_STATUS_SUCCESS) {
398 if (status == HIDP_STATUS_SUCCESS) {
408 if (status == HIDP_STATUS_SUCCESS) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h828 #define HIDP_STATUS_SUCCESS 0x110000 macro
H A Dwindows_usb.c3719 if (HidP_GetCaps(preparsed_data, &capabilities) != HIDP_STATUS_SUCCESS) {
3734 && (HidP_GetValueCaps((HIDP_REPORT_TYPE)j, value_caps, &size[j], preparsed_data) == HIDP_STATUS_SUCCESS)

Completed in 244 milliseconds