OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensType
(Results
1 - 11
of
11
) sorted by null
/device/google/contexthub/firmware/os/inc/
hostIntf.h
47
uint8_t
sensType
;
sensors.h
26
#include <
sensType
.h>
/device/google/contexthub/firmware/os/core/
hostIntf.c
76
uint8_t
sensType
;
566
sensor = getActiveSensorByType(buffer->
sensType
);
590
osLog(LOG_ERROR, "hostIntfPacketDequeue: sensor(%d)->curSamples=%d != buffer->numSamples=%d\n", sensor->buffer.
sensType
, sensor->curSamples, sensor->buffer.firstSample.numSamples);
605
sensor = getActiveSensorByType(buffer->
sensType
);
635
struct ActiveSensor *sensor = getActiveSensorByType(buffer->
sensType
);
754
mActiveSensorTable[j].buffer.
sensType
= i;
762
mActiveSensorTable[j].buffer.
sensType
= si->rawType;
[
all
...]
nanohubCommand.c
46
#include <
sensType
.h>
693
if (packet->
sensType
== SENS_TYPE_INVALID) {
714
packet->evtType = htole32(EVT_NO_FIRST_SENSOR_EVENT + packet->
sensType
);
[
all
...]
/device/google/contexthub/firmware/os/platform/stm32/
platform.c
44
#include <
sensType
.h>
147
userData->
sensType
= SENS_TYPE_INVALID;
/device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c
31
#include <variant/
sensType
.h>
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
37
#include <
sensType
.h>
/device/google/contexthub/firmware/os/drivers/orientation/
orientation.c
32
#include <variant/
sensType
.h>
/device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c
32
#include <variant/
sensType
.h>
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
39
#include <variant/
sensType
.h>
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
33
#include <variant/
sensType
.h>
[
all
...]
Completed in 3918 milliseconds