OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_a
(Results
1 - 22
of
22
) sorted by null
/hardware/invensense/60xx/libsensors/
sensors.h
38
#define
ID_A
(ID_GY + 1)
39
#define ID_M (
ID_A
+ 1)
sensor_params.h
25
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
MPLSensor.cpp
136
#define A_ENABLED ((1<<
ID_A
) & enabled_sensors)
237
mPendingEvents[Accelerometer].sensor =
ID_A
;
800
case
ID_A
:
858
case
ID_A
:
[
all
...]
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
52
#define SENSORS_ACCELERATION (1<<
ID_A
)
197
case
ID_A
:
211
case
ID_A
:
217
/* These sensors depend on
ID_A
and ID_M */
218
mSensors[handleToDriver(
ID_A
)]->setEnable(
ID_A
, enabled);
237
case
ID_A
:
243
/* These sensors depend on
ID_A
and ID_M */
244
setDelay_sub(
ID_A
, ns);
AdxlSensor.cpp
43
mPendingEvent.sensor =
ID_A
;
91
if (handle !=
ID_A
) {
135
if (handle !=
ID_A
) {
170
return (handle ==
ID_A
) ? mDelay : 0;
175
return (handle ==
ID_A
) ? mEnabled : 0;
KionixSensor.cpp
46
mPendingEvent.sensor =
ID_A
;
87
if (handle !=
ID_A
) {
130
if (handle !=
ID_A
) {
148
return (handle ==
ID_A
) ? mDelay : 0;
153
return (handle ==
ID_A
) ? mEnabled : 0;
sensors.h
36
#define
ID_A
(0)
AkmSensor.cpp
46
mPendingEvents[Accelerometer].sensor =
ID_A
;
261
case
ID_A
:
/device/lge/hammerhead/libsensors/
sensors.h
47
ID_A
,
sensors.cpp
147
case
ID_A
:
/hardware/invensense/60xx/libsensors_iio/
sensors.h
41
ID_A
,
sensor_params.h
26
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
MPLSensor.cpp
285
mPendingEvents[Accelerometer].sensor =
ID_A
;
696
#define A_ENABLED ((1 <<
ID_A
) & enabled_sensors)
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
sensors.h
41
ID_A
,
sensor_params.h
27
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
MPLSensor.cpp
493
mPendingEvents[Accelerometer].sensor =
ID_A
;
[
all
...]
/external/chromium_org/media/webm/
webm_parser.h
123
// Checks to see if |id_b| is a sibling or ancestor of |
id_a
|.
124
bool IsSiblingOrAncestor(int
id_a
, int id_b) const;
webm_parser.cc
932
bool WebMListParser::IsSiblingOrAncestor(int
id_a
, int id_b) const {
933
DCHECK((
id_a
== kWebMIdSegment) || (
id_a
== kWebMIdCluster));
935
if (
id_a
== kWebMIdCluster) {
/device/samsung/manta/libsensors/
sensors.cpp
49
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
146
case
ID_A
:
/external/chromium_org/chrome/browser/extensions/
extension_toolbar_model_browsertest.cc
360
std::string
id_a
= ExtensionAt(0)->id();
local
374
EXPECT_EQ(
id_a
, ExtensionAt(2)->id());
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py
136
id_a
= id(a)
144
if id(obj) ==
id_a
:
160
id_a
= id(a)
168
if id(obj) ==
id_a
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py
136
id_a
= id(a)
144
if id(obj) ==
id_a
:
160
id_a
= id(a)
168
if id(obj) ==
id_a
:
Completed in 3017 milliseconds