Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 74) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Drtk_coex.c42 struct rtl_btinfo *report = (struct rtl_btinfo *)(report_info); in rtk_notify_info_to_wifi() local
44 *(p++) = report->cmd; in rtk_notify_info_to_wifi()
46 *(p++) = report->len; in rtk_notify_info_to_wifi()
49 memcpy(p, report->data, report->len); in rtk_notify_info_to_wifi()
53 HCI_PRINT_TRACE1("bt info: cmd %2.2X", report->cmd); in rtk_notify_info_to_wifi()
54 HCI_PRINT_TRACE1("bt info: len %2.2X", report->len); in rtk_notify_info_to_wifi()
56 report->data[0], report->data[1], report->data[2], in rtk_notify_info_to_wifi()
57 report->data[3], report->data[4], report->data[5]); in rtk_notify_info_to_wifi()
62 rltk_coex_mailbox_to_wifi(report_info, report->len + 2); in rtk_notify_info_to_wifi()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_ps4.c147 Uint8 report[USB_PACKET_LENGTH + 1]; in ReadFeatureReport() local
149 SDL_memset(report, 0, sizeof(report)); in ReadFeatureReport()
150 report[0] = report_id; in ReadFeatureReport()
151 if (hid_get_feature_report(dev, report, sizeof(report)) < 0) { in ReadFeatureReport()
154 SDL_memcpy(data, report, SDL_min(size, sizeof(report))); in ReadFeatureReport()
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c127 struct report struct
187 struct report inreport;
194 static int report_alloc(struct report *, struct report_desc *, int);
195 static void report_free(struct report *);
349 struct report *rep = NULL;
539 struct report *rep;
705 report_alloc(struct report *r, struct report_desc *rd, int repind)
753 report_free(struct report *r)
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windows_gaming_input.c517 __x_ABI_CWindows_CDevices_CPower_CIBatteryReport *report; in WGI_JoystickOpen() local
519 …_CWindows_CGaming_CInput_CIGameControllerBatteryInfo_TryGetBatteryReport(hwdata->battery, &report); in WGI_JoystickOpen()
520 if (SUCCEEDED(hr) && report) { in WGI_JoystickOpen()
524 …ws_CDevices_CPower_CIBatteryReport_get_FullChargeCapacityInMilliwattHours(report, &full_capacityP); in WGI_JoystickOpen()
530 …ows_CDevices_CPower_CIBatteryReport_get_RemainingCapacityInMilliwattHours(report, &curr_capacityP); in WGI_JoystickOpen()
549 __x_ABI_CWindows_CDevices_CPower_CIBatteryReport_Release(report); in WGI_JoystickOpen()
/AliOS-Things-master/components/amp/jslib/src/
A Dappota.js30 report(options) { method in UTILS_APPOTA
/AliOS-Things-master/components/amp/libjs/lib/
A Dappota.js30 report(options) { method in UTILS_APPOTA
/AliOS-Things-master/components/SDL2/
A DBUGS.txt6 You may report bugs there, and search to see if a given issue has already
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/server/
A Dhids.h154 uint8_t *report; member
A Dhids_kb.h152 uint8_t *report; member
A Dhids_rmc.h206 uint8_t *report; member
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A DREADME.txt52 On Kernel versions < 2.6.36, add an extra byte containing the report number
56 the device (0x2 is the report number), you must send {0x2 0x2 0xff 0xff
/AliOS-Things-master/solutions/javascript_demo/ota_demo/
A Dota_4g.js34 ota.report({
A Dota_wifi.js40 ota.report({
/AliOS-Things-master/components/amp/example-js/
A Dota.js34 ota.report({
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m495 - (int)send_feature_report:(hidFeatureReport *)report
498 uint8_t *reportBytes = (uint8_t *)report;
500 …2x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x]", GetBluetoothSegmentSize( report->segment ),
507 int sendSize = (int)GetBluetoothSegmentSize( &report->segment );
514 …[_bleSteamController writeValue:[NSData dataWithBytes:&report->segment length:sendSize] forCharact…
523 [_bleSteamController writeValue:[NSData dataWithBytes:&report->segment length:sendSize
622 // receiving an input report is the final indicator that the user accepted a pairing
643 NSLog( @"HIDBLE: input report buffer overflow" );
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/
A Drelease_note.txt17 1. Fix a bug of adverstising report release issue for mesh.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.mc633 * Please report any info on this point to jpeg-info@jpegclub.org.
/AliOS-Things-master/components/jsoncpp/
A Dmeson.build6 # annoying process ensures that amalgamate, CMake, and meson all report the
/AliOS-Things-master/components/SDL2/docs/
A DREADME.md56 If you want to report bugs or contribute patches, please submit them to
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak293 fprintf(stderr, "deflate should report Z_STREAM_END\n");
413 fprintf(stderr, "inflate should report DATA_ERROR\n");
453 fprintf(stderr, "deflate should report Z_STREAM_END\n");
/AliOS-Things-master/solutions/flower_demo/
A DREADME.md200 printf("report:%s\r\n",property_payload);
207 printf("report:%s\r\n",property_payload);
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c349 const char *report = SDL_GetHint("SDL_EVENT_QUEUE_STATISTICS"); in SDL_StopEventLoop() local
360 if (report && SDL_atoi(report)) { in SDL_StopEventLoop()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME56 If you mail a bug report for any file that is not SUPPORTED there may only be
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/server/
A Dhids_rmc.c683 callback_data.msg_data.write.write_parameter.report_data.report = p_value; in hids_attr_write_cb()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/
A DREADME58 If you mail a bug report for any file that is not SUPPORTED there may only be

Completed in 30 milliseconds

123