OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_rotation
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c
101
int8_t
current_rotation
;
member in struct:WindowOrientationTask
129
static bool isOrientationAngleAcceptable(int
current_rotation
, int rotation,
137
if (
current_rotation
>= 0) {
143
if ((rotation ==
current_rotation
)
144
|| (rotation == (
current_rotation
+ 1) % 4)) {
163
if ((rotation ==
current_rotation
)
164
|| (rotation == (
current_rotation
+ 3) % 4)) {
453
&& isOrientationAngleAcceptable(mTask.
current_rotation
,
479
mTask.
current_rotation
= proposed_rotation;
515
mTask.
current_rotation
= -1
[
all
...]
/frameworks/base/tools/orientationplot/
orientationplot.py
137
self.
current_rotation
= self._make_timeseries()
322
self._append(self.
current_rotation
, timeindex, self.parse_current_rotation)
352
self._scroll(self.
current_rotation
, bottom)
372
self.current_rotation_line.set_data(self.
current_rotation
)
/hardware/intel/img/psb_video/src/x11/
psb_xvva.c
308
Rotation
current_rotation
;
311
XRRConfigCurrentConfiguration(scrn_cfg, &
current_rotation
);
313
return (
current_rotation
& 0x0f);
Completed in 578 milliseconds