Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c1253 #define SIZE 0x08 macro
1266 memcpy(buffer, "\xb0\x04\x00\x00\x02\x90\x26\x86", SIZE); in switchActionMode()
1268 0x09, 0x0300, 0, buffer, SIZE, 1000); in switchActionMode()
1270 memcpy(buffer, "\xb0\x04\x00\x00\x02\x90\x26\x86", SIZE); in switchActionMode()
1272 0x09, 0x0300, 0, buffer, SIZE, 1000); in switchActionMode()
1274 usb_interrupt_io(devh, EP_IN, buffer, SIZE, 1000); in switchActionMode()
1275 usb_interrupt_io(devh, EP_IN, buffer, SIZE, 1000); in switchActionMode()
1276 memcpy(buffer, "\x37\x01\xfe\xdb\xc1\x33\x1f\x83", SIZE); in switchActionMode()
1277 usb_interrupt_io(devh, EP_OUT, buffer, SIZE, 1000); in switchActionMode()
1278 usb_interrupt_io(devh, EP_IN, buffer, SIZE, 1000); in switchActionMode()
[all …]
/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp137 #define PUT_DATA(MSG, TYPE, V, SIZE, R) \ argument
139 (R) = nla_put((MSG).get(), TYPE, SIZE, V); \