HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingEvents (Results 1 - 25 of 32) sorted by null

1 2

  /device/lge/hammerhead/libsensors/
ProximitySensor.h 46 virtual bool hasPendingEvents() const;
LightSensor.h 50 virtual bool hasPendingEvents() const;
ProximitySensor.cpp 93 bool ProximitySensor::hasPendingEvents() const
LightSensor.cpp 112 bool LightSensor::hasPendingEvents() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GenericEventQueue.h 51 bool hasPendingEvents() const;
GenericEventQueue.cpp 108 bool GenericEventQueue::hasPendingEvents() const
EventSender.h 46 bool hasPendingEvents(T* sender) const
  /device/samsung/manta/libsensors/
SensorBase.h 49 virtual bool hasPendingEvents() const;
SensorBase.cpp 86 bool SensorBase::hasPendingEvents() const {
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.h 48 virtual bool hasPendingEvents() const;
KionixSensor.h 48 virtual bool hasPendingEvents() const;
SensorBase.h 60 virtual bool hasPendingEvents() const;
SensorBase.cpp 104 bool SensorBase::hasPendingEvents() const {
AdxlSensor.cpp 82 bool AdxlSensor::hasPendingEvents() const {
KionixSensor.cpp 78 bool KionixSensor::hasPendingEvents() const {
  /hardware/invensense/60xx/libsensors/
SensorBase.h 57 virtual bool hasPendingEvents() const;
SensorBase.cpp 80 bool SensorBase::hasPendingEvents() const {
MPLSensor.h 65 virtual bool hasPendingEvents() const;
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.h 53 virtual bool hasPendingEvents() const;
SensorBase.cpp 83 bool SensorBase::hasPendingEvents() const
MPLSensor.h 144 virtual bool hasPendingEvents() const;
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 92 virtual bool hasPendingEvents() const;
SensorBase.cpp 83 bool SensorBase::hasPendingEvents() const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.cpp 87 ASSERT(m_hasPendingBeforeLoadEvent || !beforeLoadEventSender().hasPendingEvents(this));
91 ASSERT(m_hasPendingLoadEvent || !loadEventSender().hasPendingEvents(this));
95 ASSERT(m_hasPendingErrorEvent || !errorEventSender().hasPendingEvents(this));
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.cpp 250 return m_private || m_asyncEventQueue->hasPendingEvents()

Completed in 323 milliseconds

1 2