Home
last modified time | relevance | path

Searched refs:postEvent (Results 1 – 25 of 48) 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 …]
DEventFacade.java276 postEvent(name, data, enqueue.booleanValue()); in eventPost()
282 public void postEvent(String name, Object data) { in postEvent() method in EventFacade
283 postEvent(name, data, true); in postEvent()
289 public void postEvent(String name, Object data, boolean enqueue) { in postEvent() method in EventFacade
353 postEvent(name, data); in rpcPostEvent()
380 postEvent("EventDispatcherShutdown", null); in closeSl4aSession()
DConnectivityManagerFacade.java126 mEventFacade.postEvent(ConnectivityConstants.EventConnectivityChanged, info); in onReceive()
207 mEventFacade.postEvent( in onPreCheck()
219 mEventFacade.postEvent( in onAvailable()
231 mEventFacade.postEvent( in onLosing()
244 mEventFacade.postEvent( in onLost()
256 mEventFacade.postEvent( in onUnavailable()
270 mEventFacade.postEvent( in onCapabilitiesChanged()
283 mEventFacade.postEvent( in onBlockedStatusChanged()
296 mEventFacade.postEvent( in onNetworkSuspended()
309 mEventFacade.postEvent( in onLinkPropertiesChanged()
[all …]
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/telephony/
DTelephonyStateListeners.java70 mEventFacade.postEvent(TelephonyConstants.EventCallStateChanged, in onCallStateChanged()
102 mEventFacade.postEvent(TelephonyConstants.EventPreciseStateChanged, in processCallState()
136 mEventFacade.postEvent( in onDataConnectionRealTimeInfoChanged()
175 mEventFacade.postEvent( in onDataConnectionStateChanged()
216 mEventFacade.postEvent( in onActiveDataSubscriptionIdChanged()
253 mEventFacade.postEvent( in onDisplayInfoChanged()
286 mEventFacade.postEvent(TelephonyConstants.EventServiceStateChanged, in onServiceStateChanged()
315 mEventFacade.postEvent( in onCellInfoChanged()
342 mEventFacade.postEvent( in onSrvccStateChanged()
372 mEventFacade.postEvent( in onMessageWaitingIndicatorChanged()
[all …]
DSmsFacade.java514 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverSuccess, event); in onReceive()
522 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverFailure, event); in onReceive()
530 mEventFacade.postEvent(TelephonyConstants.EventSmsSentSuccess, event); in onReceive()
542 mEventFacade.postEvent(TelephonyConstants.EventSmsSentFailure, event); in onReceive()
578 mEventFacade.postEvent(TelephonyConstants.EventSmsReceived, event); in onReceive()
630 mEventFacade.postEvent(eventType, event); in onReceive()
647 mEventFacade.postEvent(TelephonyConstants.EventMmsDownloaded, event); in onReceive()
653 mEventFacade.postEvent(TelephonyConstants.EventWapPushReceived, event); in onReceive()
659 mEventFacade.postEvent(TelephonyConstants.EventDataSmsReceived, event); in onReceive()
732 mEventFacade.postEvent(eventName, event); in onReceive()
/external/llvm-project/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/wifi/
DWifiAwareManagerFacade.java697 mEventFacade.postEvent("WifiAwareOnAttached_" + mSessionId, mResults); in onAttached()
699 mEventFacade.postEvent("WifiAwareOnAttached", mResults); in onAttached()
709 mEventFacade.postEvent("WifiAwareOnAttachFailed_" + mSessionId, mResults); in onAttachFailed()
711 mEventFacade.postEvent("WifiAwareOnAttachFailed", mResults); in onAttachFailed()
733 mEventFacade.postEvent("WifiAwareOnIdentityChanged_" + mSessionId, mResults); in onIdentityChanged()
735 mEventFacade.postEvent("WifiAwareOnIdentityChanged", mResults); in onIdentityChanged()
753 private void postEvent(String eventName, Bundle results) { in postEvent() method in WifiAwareManagerFacade.AwareDiscoverySessionCallbackPostsEvents
759 mEventFacade.postEvent(finalEventName, results); in postEvent()
772 postEvent("WifiAwareSessionOnPublishStarted", mResults); in onPublishStarted()
785 postEvent("WifiAwareSessionOnSubscribeStarted", mResults); in onSubscribeStarted()
[all …]
DWifiManagerFacade.java168 mEventFacade.postEvent("WifiManagerApEnabled", null);
170 mEventFacade.postEvent("WifiManagerApDisabled", null);
184 mEventFacade.postEvent("TetherStateChanged", msg);
203 mEventFacade.postEvent(EVENT_TAG + "OnAbort", null);
208 mEventFacade.postEvent(EVENT_TAG + "OnMatch", scanResults);
213 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectSuccess",
219 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectFailure",
244 mEventFacade.postEvent(mEventStr + "OnStateChanged", msg); in onStateChanged()
254 mEventFacade.postEvent(mEventStr + "OnNumClientsChanged", msg); in onConnectedClientsChanged()
255 mEventFacade.postEvent(mEventStr + "OnConnectedClientsChanged", clients); in onConnectedClientsChanged()
[all …]
DWifiP2pManagerFacade.java83 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
101 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
128 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg); in onConnectionInfoAvailable()
150 mEventFacade.postEvent(mEventType + "OnDnsSdServiceAvailable", msg); in onDnsSdServiceAvailable()
175 mEventFacade.postEvent(mEventType + "OnDnsSdTxtRecordAvailable", msg); in onDnsSdTxtRecordAvailable()
190 mEventFacade.postEvent(mEventType + "OnGroupInfoAvailable", parseGroupInfo(group)); in onGroupInfoAvailable()
210 mEventFacade.postEvent(mEventType + "OnPeersAvailable", msg); in onPeersAvailable()
230 mEventFacade.postEvent(mEventType + "OnPersistentGroupInfoAvailable", gs); in onPersistentGroupInfoAvailable()
246 mEventFacade.postEvent(mEventType + "OnOngoingPeerAvailable", config); in onOngoingPeerAvailable()
265 mEventFacade.postEvent(mEventType + "OnUpnpServiceAvailable", msg); in onUpnpServiceAvailable()
[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()
DWifiRtt2ManagerFacade.java177 mEventFacade.postEvent("WifiRttRangingFailure_" + mCallbackId, msg); in onRangingFailure()
188 mEventFacade.postEvent("WifiRttRangingResults_" + mCallbackId, msg); in onRangingResults()
231 mEventFacade.postEvent(isAvailable ? "WifiRttAvailable" : "WifiRttNotAvailable", in onReceive()
DWifiScannerFacade.java111 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone()); in onSuccess()
122 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone()); in onFailure()
132 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone()); in reportResult()
203 mEventFacade.postEvent(mEventType + mIndex, mScanResults.clone()); in onPeriodChanged()
222 mEventFacade.postEvent(mEventType + mIndex + "onResults", mScanData.clone()); in onResults()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidDeviceFacade.java182 mEventFacade.postEvent("onAppStatusChanged", result);
190 mEventFacade.postEvent("onConnectionStateChanged", result);
201 mEventFacade.postEvent("onGetReport", result);
211 mEventFacade.postEvent("onSetReport", result);
219 mEventFacade.postEvent("onSetProtocol", result);
228 mEventFacade.postEvent("onInterruptData", result);
235 mEventFacade.postEvent("onVirtualCableUnplug", result);
DBluetoothConnectionFacade.java202 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); in onReceive()
244 mEventFacade.postEvent("Discovery" + mDeviceID, mGoodNews); in onReceive()
252 mEventFacade.postEvent("Discovery", mBadNews); in onReceive()
253 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
264 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
276 mEventFacade.postEvent("Bond" + mDeviceID, mGoodNews); in onReceive()
352 mEventFacade.postEvent(action, news); in onReceive()
356 mEventFacade.postEvent("BluetoothProfileConnectionStateChanged", news); in onReceive()
409 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews); in connectProfile()
619 mEventFacade.postEvent("Bond" + deviceID, mGoodNews); in bluetoothDiscoverAndBond()
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.java102 mEventFacade.postEvent("BluetoothDiscoveryFinished", new Bundle()); in onReceive()
128 mEventFacade.postEvent("BluetoothStateChangedOn", msg); in onReceive()
134 mEventFacade.postEvent("BluetoothStateChangedOff", msg); in onReceive()
152 mEventFacade.postEvent("BleStateChangedOn", new Bundle()); in onReceive()
155 mEventFacade.postEvent("BleStateChangedOff", new Bundle()); in onReceive()
DBluetoothMapClientFacade.java214 mEventFacade.postEvent(MAP_EVENT, in onReceive()
218 mEventFacade.postEvent(MAP_SMS_SENT_SUCCESS, in onReceive()
223 mEventFacade.postEvent(MAP_SMS_DELIVER_SUCCESS, in onReceive()
DBluetoothMediaFacade.java263 mEventFacade.postEvent(EVENT_PLAY_RECEIVED, news); in dispatchPlaybackStateChanged()
266 mEventFacade.postEvent(EVENT_PAUSE_RECEIVED, news); in dispatchPlaybackStateChanged()
269 mEventFacade.postEvent(EVENT_SKIP_NEXT_RECEIVED, news); in dispatchPlaybackStateChanged()
272 mEventFacade.postEvent(EVENT_SKIP_PREV_RECEIVED, news); in dispatchPlaybackStateChanged()
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()
/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()
/external/clang/test/Analysis/Inputs/
Dqt-simulator.h12 static void postEvent(QObject *receiver, QEvent *event);
/external/llvm-project/clang/test/Analysis/Inputs/
Dqt-simulator.h29 static void postEvent(QObject *receiver, QEvent *event);

12