OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_count
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/mlsdk/mlutils/
mputest.c
326
int
packet_count
;
local
420
packet_count
= CHARS_TO_SHORT(dataout) / 6;
421
sprintf(tmpStr, "Packet Count: %d - ",
packet_count
);
423
if ( abs(
packet_count
- test_setup.packet_thresh)
426
for (i = 0; i <
packet_count
; i++) {
440
total_count +=
packet_count
;
441
total_count_axis[j] +=
packet_count
;
576
int
packet_count
;
local
689
packet_count
= CHARS_TO_SHORT(dataout) / 6;
690
sprintf(tmpStr, "Packet Count: %d - ",
packet_count
);
[
all
...]
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
477
static void le_test_mode(bt_status_t status, uint16_t
packet_count
)
479
bdt_log("LE TEST MODE END status:%s number_of_packets:%d", dump_bt_status(status),
packet_count
);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
437
static void le_test_mode_recv_callback (bt_status_t status, uint16_t
packet_count
) {
439
ALOGV("%s: status:%d
packet_count
:%d ", __FUNCTION__, status,
packet_count
);
[
all
...]
Completed in 343 milliseconds