OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UEvent
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/os/
UEventObserver.java
27
* Subclass UEventObserver, implementing onUEvent(
UEvent
event), then call
28
* startObserving() with a match string. The
UEvent
thread will then call your
29
* onUEvent() method when a
UEvent
occurs that contains your match string.<p>
33
* There is only one
UEvent
thread per process, even if that process has
34
* multiple UEventObserver subclass instances. The
UEvent
thread starts when
36
* started the
UEvent
thread will not stop (although it can stop notifying
82
* This method will cause the
UEvent
thread to start if this is the first
84
* Once called, the
UEvent
thread will call onUEvent() when an incoming
85
*
UEvent
matches the specified string.<p>
90
* @param match A substring of the
UEvent
to match. Try to be as specifi
[
all
...]
/frameworks/base/services/core/java/com/android/server/
DockObserver.java
230
public void onUEvent(UEventObserver.
UEvent
event) {
232
Slog.v(TAG, "Dock
UEVENT
: " + event.toString());
WiredAccessoryManager.java
402
public void onUEvent(UEventObserver.
UEvent
event) {
403
if (LOG) Slog.v(TAG, "Headset
UEVENT
: " + event.toString());
BatteryService.java
171
public void onUEvent(
UEvent
event) {
[
all
...]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
VirtualThermalZone.java
50
// overridden to start
UEvent
observer only for Virtual zone
114
// for
uevent
based monitoring only first sensor used
136
public void onUEvent(UEventObserver.
UEvent
event) {
175
// In
UEvent
mode, the obtained temperature is the zone temperature
ThermalZone.java
346
// In
Uevent
mode, if any threshold specified for a particular
418
// if
uevent
just check the first sensor
463
// override in VirtualThermalZone to stop
UEvent
observers
495
* used when a zone supports
UEvent
notifications from kernel. When a
496
* sensor sends an
UEvent
, it also sends its current temperature as a
497
* parameter of the
UEvent
.
553
Log.i(TAG, "for zone:" + getZoneName() + " in
uevent
mode only first sensor used!");
572
public void onUEvent(UEventObserver.
UEvent
event) {
578
// Name of the sensor and current temperature are mandatory parameters of an
UEvent
587
Log.i(TAG, "
UEvent
received for sensor:" + sensorName + " temp:" + sensorTemp)
[
all
...]
/frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java
63
//
UEvent
path to watch.
710
public void onUEvent(
UEvent
event) {
[
all
...]
UsbDeviceManager.java
168
* Listens for
uevent
messages from the kernel to monitor the USB state
172
public void onUEvent(UEventObserver.
UEvent
event) {
173
if (DEBUG) Slog.v(TAG, "USB
UEVENT
: " + event.toString());
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 524 milliseconds