OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_a
(Results
1 - 25
of
27
) sorted by null
1
2
/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
)
/device/htc/flounder/sensor_hub/libsensors/
sensors.h
36
#define
ID_A
0//CW_ACCELERATION
CwMcuSensor.cpp
278
mPendingEvents[CW_ACCELERATION].sensor =
ID_A
;
572
return
ID_A
;
662
case
ID_A
:
[
all
...]
sensors.cpp
47
.handle =
ID_A
,
613
case
ID_A
:
/external/chromium_org/media/formats/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
939
bool WebMListParser::IsSiblingOrAncestor(int
id_a
, int id_b) const {
940
DCHECK((
id_a
== kWebMIdSegment) || (
id_a
== kWebMIdCluster));
942
if (
id_a
== kWebMIdCluster) {
/hardware/invensense/6515/libsensors_iio/
sensors.h
43
ID_A
,
91
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
/device/samsung/manta/libsensors/
sensors.cpp
49
#define SENSORS_ACCELERATION_HANDLE (
ID_A
)
146
case
ID_A
:
/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
:
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container_browsertest.cc
392
std::string
id_a
= browser_actions_bar()->GetExtensionId(0);
local
420
extension_ids.push_back(
id_a
);
Completed in 462 milliseconds
1
2