OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensType
(Results
1 - 13
of
13
) 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
77
uint8_t
sensType
;
567
sensor = getActiveSensorByType(buffer->
sensType
);
591
osLog(LOG_ERROR, "hostIntfPacketDequeue: sensor(%d)->curSamples=%d != buffer->numSamples=%d\n", sensor->buffer.
sensType
, sensor->curSamples, sensor->buffer.firstSample.numSamples);
606
sensor = getActiveSensorByType(buffer->
sensType
);
636
struct ActiveSensor *sensor = getActiveSensorByType(buffer->
sensType
);
766
mActiveSensorTable[j].buffer.
sensType
= i;
774
mActiveSensorTable[j].buffer.
sensType
= si->rawType;
[
all
...]
nanohubCommand.c
47
#include <
sensType
.h>
746
if (packet->
sensType
== SENS_TYPE_INVALID) {
767
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/firmware/os/drivers/st_acc44/
st_acc44.c
32
#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
33
#include <variant/
sensType
.h>
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
40
#include <variant/
sensType
.h>
[
all
...]
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c
39
#include <variant/
sensType
.h>
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
34
#include <variant/
sensType
.h>
[
all
...]
Completed in 931 milliseconds