OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPendingEvents
(Results
1 - 8
of
8
) sorted by null
/device/samsung/tuna/libsensors/
ProximitySensor.h
46
virtual bool
hasPendingEvents
() const;
ProximitySensor.cpp
49
bool ProximitySensor::
hasPendingEvents
() const {
sensors.cpp
276
if ((mPollFds[i].revents & POLLIN) || (sensor->
hasPendingEvents
())) {
/hardware/invensense/libsensors/
SensorBase.h
57
virtual bool
hasPendingEvents
() const;
SensorBase.cpp
80
bool SensorBase::
hasPendingEvents
() const {
MPLSensor.h
65
virtual bool
hasPendingEvents
() const;
MPLSensor.cpp
1077
bool MPLSensor::
hasPendingEvents
() const
[
all
...]
/external/webkit/Source/WebCore/loader/
ImageLoader.cpp
71
bool
hasPendingEvents
(ImageLoader* loader) { return m_dispatchSoonList.find(loader) != notFound; }
110
ASSERT(!m_firedBeforeLoad || !beforeLoadEventSender().
hasPendingEvents
(this));
114
ASSERT(!m_firedLoad || !loadEventSender().
hasPendingEvents
(this));
Completed in 882 milliseconds