Home
last modified time | relevance | path

Searched refs:postEvent (Results 1 – 25 of 45) sorted by relevance

12

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSensorManagerFacade.java283 private void postEvent() { in postEvent() method in SensorManagerFacade.SensorValuesCollector
285 mEventFacade.postEvent("sensors", mSensorReadings.clone()); in postEvent()
317 postEvent(); in onSensorChanged()
323 postEvent(); in onSensorChanged()
328 postEvent(); in onSensorChanged()
333 postEvent(); in onSensorChanged()
349 postEvent(); in onSensorChanged()
355 postEvent(); in onSensorChanged()
359 postEvent(); in onSensorChanged()
363 postEvent(); in onSensorChanged()
[all …]
DConnectivityManagerFacade.java105 mEventFacade.postEvent(ConnectivityConstants.EventConnectivityChanged, info); in onReceive()
142 mEventFacade.postEvent( in onStarted()
154 mEventFacade.postEvent( in onStopped()
166 mEventFacade.postEvent( in onError()
220 mEventFacade.postEvent( in onPreCheck()
232 mEventFacade.postEvent( in onAvailable()
244 mEventFacade.postEvent( in onLosing()
257 mEventFacade.postEvent( in onLost()
269 mEventFacade.postEvent( in onUnavailable()
283 mEventFacade.postEvent( in onCapabilitiesChanged()
[all …]
DEventFacade.java283 postEvent(name, data, enqueue.booleanValue()); in eventPost()
289 public void postEvent(String name, Object data) { in postEvent() method in EventFacade
290 postEvent(name, data, true); in postEvent()
296 public void postEvent(String name, Object data, boolean enqueue) { in postEvent() method in EventFacade
327 postEvent(name, data); in rpcPostEvent()
367 postEvent("EventDispatcherShutdown", null); in closeSl4aSession()
DNfcManagerFacade.java59 mEventFacade.postEvent("NfcStateOn", null);
61 mEventFacade.postEvent("NfcStateOff", null);
/external/clang/test/Analysis/
Dqt_malloc.cpp8 static_cast<QApplication *>(QCoreApplication::instance())->postEvent(obj, e1); in send()
10 QCoreApplication::instance()->postEvent(obj, e2); in send()
12 QCoreApplication::postEvent(obj, e3); in send()
14 QApplication::postEvent(obj, e4); in send()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
DNsdManagerFacade.java242 mEventFacade.postEvent( in onRegistrationFailed()
250 mEventFacade.postEvent( in onUnregistrationFailed()
258 mEventFacade.postEvent( in onServiceRegistered()
266 mEventFacade.postEvent( in onServiceUnregistered()
310 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onStartDiscoveryFailed()
317 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onStopDiscoveryFailed()
324 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onDiscoveryStarted()
331 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onDiscoveryStopped()
338 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onServiceFound()
345 mEventFacade.postEvent(DISCOVERY_LISTENER_EVENT, in onServiceLost()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyStateListeners.java69 mEventFacade.postEvent(TelephonyConstants.EventCallStateChanged, in onCallStateChanged()
101 mEventFacade.postEvent(TelephonyConstants.EventPreciseStateChanged, in processCallState()
135 mEventFacade.postEvent( in onDataConnectionRealTimeInfoChanged()
174 mEventFacade.postEvent( in onDataConnectionStateChanged()
209 mEventFacade.postEvent(TelephonyConstants.EventServiceStateChanged, in onServiceStateChanged()
238 mEventFacade.postEvent( in onCellInfoChanged()
265 mEventFacade.postEvent( in onVoLteServiceStateChanged()
295 mEventFacade.postEvent( in onMessageWaitingIndicatorChanged()
326 mEventFacade.postEvent( in onSignalStrengthsChanged()
DSmsFacade.java461 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverSuccess, event); in onReceive()
469 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverFailure, event); in onReceive()
476 mEventFacade.postEvent(TelephonyConstants.EventSmsSentSuccess, event); in onReceive()
507 mEventFacade.postEvent(TelephonyConstants.EventSmsSentFailure, event); in onReceive()
539 mEventFacade.postEvent(TelephonyConstants.EventSmsReceived, event); in onReceive()
556 mEventFacade.postEvent(TelephonyConstants.EventMmsSentSuccess, event); in onReceive()
559 mEventFacade.postEvent(TelephonyConstants.EventMmsSentFailure, event); in onReceive()
577 mEventFacade.postEvent(TelephonyConstants.EventMmsDownloaded, event); in onReceive()
583 mEventFacade.postEvent(TelephonyConstants.EventWapPushReceived, event); in onReceive()
589 mEventFacade.postEvent(TelephonyConstants.EventDataSmsReceived, event); in onReceive()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java673 mEventFacade.postEvent("WifiAwareOnAttached_" + mSessionId, mResults); in onAttached()
675 mEventFacade.postEvent("WifiAwareOnAttached", mResults); in onAttached()
685 mEventFacade.postEvent("WifiAwareOnAttachFailed_" + mSessionId, mResults); in onAttachFailed()
687 mEventFacade.postEvent("WifiAwareOnAttachFailed", mResults); in onAttachFailed()
709 mEventFacade.postEvent("WifiAwareOnIdentityChanged_" + mSessionId, mResults); in onIdentityChanged()
711 mEventFacade.postEvent("WifiAwareOnIdentityChanged", mResults); in onIdentityChanged()
729 private void postEvent(String eventName, Bundle results) { in postEvent() method in WifiAwareManagerFacade.AwareDiscoverySessionCallbackPostsEvents
735 mEventFacade.postEvent(finalEventName, results); in postEvent()
748 postEvent("WifiAwareSessionOnPublishStarted", mResults); in onPublishStarted()
761 postEvent("WifiAwareSessionOnSubscribeStarted", mResults); in onSubscribeStarted()
[all …]
DWifiP2pManagerFacade.java78 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
96 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
123 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg); in onConnectionInfoAvailable()
145 mEventFacade.postEvent(mEventType + "OnDnsSdServiceAvailable", msg); in onDnsSdServiceAvailable()
170 mEventFacade.postEvent(mEventType + "OnDnsSdTxtRecordAvailable", msg); in onDnsSdTxtRecordAvailable()
186 mEventFacade.postEvent(mEventType + "OnGroupInfoAvailable", parseGroupInfo(group)); in onGroupInfoAvailable()
206 mEventFacade.postEvent(mEventType + "OnPeersAvailable", msg); in onPeersAvailable()
226 mEventFacade.postEvent(mEventType + "OnPersistentGroupInfoAvailable", gs); in onPersistentGroupInfoAvailable()
269 mEventFacade.postEvent(mEventType + "Connected", mResults); in onReceive()
272 mEventFacade.postEvent(mEventType + "Disconnected", null); in onReceive()
[all …]
DWifiRttManagerFacade.java112 .postEvent(RangingListener.TAG + mId + "onSuccess", null); in onSuccess()
122 .postEvent(RangingListener.TAG + mId + "onSuccess", msg); in onSuccess()
131 .postEvent(RangingListener.TAG + mId + "onFailure", msg); in onFailure()
136 mEventFacade.postEvent(RangingListener.TAG + mId + "onAborted", in onAborted()
169 mEventFacade.postEvent(TAG + mId + "onResponderEnabled", bundle); in onResponderEnabled()
176 mEventFacade.postEvent(TAG + mId + "onResponderEnableFailure", bundle); in onResponderEnableFailure()
DWifiManagerFacade.java111 mEventFacade.postEvent("WifiManagerApEnabled", null);
113 mEventFacade.postEvent("WifiManagerApDisabled", null);
127 mEventFacade.postEvent("TetherStateChanged", msg);
182 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults); in onReceive()
200 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
208 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
230 mEventFacade.postEvent("WifiNetworkConnected", wInfo); in onReceive()
237 mEventFacade.postEvent("WifiNetworkDisconnected", null); in onReceive()
248 mEventFacade.postEvent("SupplicantConnectionChanged", msg); in onReceive()
260 mEventFacade.postEvent(tag + "OnStarted", msg); in onStarted()
[all …]
DWifiScannerFacade.java108 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone()); in onSuccess()
119 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone()); in onFailure()
129 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone()); in reportResult()
200 mEventFacade.postEvent(mEventType + mIndex, mScanResults.clone()); in onPeriodChanged()
219 mEventFacade.postEvent(mEventType + mIndex + "onResults", mScanData.clone()); in onResults()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java947 mEventFacade.postEvent(mEventType + mIndex + "onServiceAdded", mResults.clone()); in onServiceAdded()
961 mEventFacade.postEvent( in onCharacteristicReadRequest()
981 mEventFacade.postEvent( in onCharacteristicWriteRequest()
997 mEventFacade.postEvent( in onDescriptorReadRequest()
1016 mEventFacade.postEvent( in onDescriptorWriteRequest()
1027 mEventFacade.postEvent(mEventType + mIndex + "onExecuteWrite", mResults.clone()); in onExecuteWrite()
1036 mEventFacade.postEvent(mEventType + mIndex + "onNotificationSent", mResults.clone()); in onNotificationSent()
1053 mEventFacade.postEvent( in onConnectionStateChange()
1063 mEventFacade.postEvent(mEventType + mIndex + "onMtuChanged", mResults.clone()); in onMtuChanged()
1074 mEventFacade.postEvent(mEventType + mIndex + "onPhyRead", mResults.clone()); in onPhyRead()
[all …]
DBluetoothFacade.java100 mEventFacade.postEvent("BluetoothDiscoveryFinished", new Bundle()); in onReceive()
126 mEventFacade.postEvent("BluetoothStateChangedOn", msg); in onReceive()
130 mEventFacade.postEvent("BluetoothStateChangedOff", msg); in onReceive()
146 mEventFacade.postEvent("BleStateChangedOn", new Bundle()); in onReceive()
149 mEventFacade.postEvent("BleStateChangedOff", new Bundle()); in onReceive()
DBluetoothConnectionFacade.java196 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); in onReceive()
245 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
256 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
268 mEventFacade.postEvent("Bond" + mDeviceID, mGoodNews); in onReceive()
340 mEventFacade.postEvent("BluetoothProfileConnectionStateChanged", news); in onReceive()
393 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews); in connectProfile()
580 mEventFacade.postEvent("Bond" + deviceID, mGoodNews); in bluetoothDiscoverAndBond()
DBluetoothMediaFacade.java264 mEventFacade.postEvent(EVENT_PLAY_RECEIVED, news); in dispatchPlaybackStateChanged()
267 mEventFacade.postEvent(EVENT_PAUSE_RECEIVED, news); in dispatchPlaybackStateChanged()
270 mEventFacade.postEvent(EVENT_SKIP_NEXT_RECEIVED, news); in dispatchPlaybackStateChanged()
273 mEventFacade.postEvent(EVENT_SKIP_PREV_RECEIVED, news); in dispatchPlaybackStateChanged()
DBluetoothMapClientFacade.java199 mEventFacade.postEvent(MAP_EVENT, in onReceive()
202 mEventFacade.postEvent(MAP_SMS_SENT_SUCCESS, in onReceive()
205 mEventFacade.postEvent(MAP_SMS_DELIVER_SUCCESS, in onReceive()
DBluetoothLeAdvertisingSetFacade.java371 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStarted", results); in onAdvertisingSetStarted()
379 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStopped", results); in onAdvertisingSetStopped()
429 mEventFacade.postEvent(mEventType + setIndex + "onOwnAddressRead", results); in onOwnAddressRead()
442 mEventFacade.postEvent(mEventType + index + cb, results); in sendGeneric()
DGattClientFacade.java2032 mEventFacade.postEvent( in onConnectionStateChange()
2043 mEventFacade.postEvent(mEventType + index + "onPhyRead", mResults.clone()); in onPhyRead()
2053 mEventFacade.postEvent(mEventType + index + "onPhyUpdate", mResults.clone()); in onPhyUpdate()
2064 mEventFacade.postEvent(mEventType + index + "onServicesDiscovered", mResults.clone()); in onServicesDiscovered()
2075 mEventFacade.postEvent(mEventType + index + "onCharacteristicRead", mResults.clone()); in onCharacteristicRead()
2086 mEventFacade.postEvent(mEventType + index + "onCharacteristicWrite", mResults.clone()); in onCharacteristicWrite()
2097 mEventFacade.postEvent( in onCharacteristicChanged()
2108 mEventFacade.postEvent(mEventType + index + "onDescriptorRead", mResults.clone()); in onDescriptorRead()
2119 mEventFacade.postEvent(mEventType + index + "onDescriptorWrite", mResults.clone()); in onDescriptorWrite()
2127 mEventFacade.postEvent( in onReliableWriteCompleted()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java92 mEventFacade.postEvent("screen", "destroy"); in onDestroy()
190 mEventFacade.postEvent("click", mInflater.getViewInfo(view)); in onClick()
286 mEventFacade.postEvent("key", data); in onKeyDown()
302 mEventFacade.postEvent("itemclick", data); in onItemClick()
DDialogTask.java44 eventFacade.postEvent("dialog", object); in setResult()
/external/clang/test/Analysis/Inputs/
Dqt-simulator.h12 static void postEvent(QObject *receiver, QEvent *event);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaButtonCallback.java55 this.mEventFacade.postEvent("MediaButton", msg); in handleKeyEvent()
DMediaScannerFacade.java61 mEventFacade.postEvent("MediaScanFinished", new Bundle()); in onReceive()

12