/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | SensorManagerFacade.java | 283 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 …]
|
D | EventFacade.java | 276 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()
|
D | ConnectivityManagerFacade.java | 120 mEventFacade.postEvent(ConnectivityConstants.EventConnectivityChanged, info); in onReceive() 157 mEventFacade.postEvent( in onStarted() 169 mEventFacade.postEvent( in onStopped() 181 mEventFacade.postEvent( in onError() 235 mEventFacade.postEvent( in onPreCheck() 247 mEventFacade.postEvent( in onAvailable() 259 mEventFacade.postEvent( in onLosing() 272 mEventFacade.postEvent( in onLost() 284 mEventFacade.postEvent( in onUnavailable() 298 mEventFacade.postEvent( in onCapabilitiesChanged() [all …]
|
D | NfcManagerFacade.java | 59 mEventFacade.postEvent("NfcStateOn", null); 61 mEventFacade.postEvent("NfcStateOff", null);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyStateListeners.java | 70 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() 247 mEventFacade.postEvent(TelephonyConstants.EventServiceStateChanged, in onServiceStateChanged() 276 mEventFacade.postEvent( in onCellInfoChanged() 303 mEventFacade.postEvent( in onSrvccStateChanged() 333 mEventFacade.postEvent( in onMessageWaitingIndicatorChanged() 364 mEventFacade.postEvent( in onSignalStrengthsChanged() [all …]
|
D | SmsFacade.java | 510 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverSuccess, event); in onReceive() 518 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverFailure, event); in onReceive() 526 mEventFacade.postEvent(TelephonyConstants.EventSmsSentSuccess, event); in onReceive() 538 mEventFacade.postEvent(TelephonyConstants.EventSmsSentFailure, event); in onReceive() 574 mEventFacade.postEvent(TelephonyConstants.EventSmsReceived, event); in onReceive() 626 mEventFacade.postEvent(eventType, event); in onReceive() 643 mEventFacade.postEvent(TelephonyConstants.EventMmsDownloaded, event); in onReceive() 649 mEventFacade.postEvent(TelephonyConstants.EventWapPushReceived, event); in onReceive() 655 mEventFacade.postEvent(TelephonyConstants.EventDataSmsReceived, event); in onReceive() 728 mEventFacade.postEvent(eventName, event); in onReceive()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/ |
D | NsdManagerFacade.java | 242 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/clang/test/Analysis/ |
D | qt_malloc.cpp | 8 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/wifi/ |
D | WifiAwareManagerFacade.java | 700 mEventFacade.postEvent("WifiAwareOnAttached_" + mSessionId, mResults); in onAttached() 702 mEventFacade.postEvent("WifiAwareOnAttached", mResults); in onAttached() 712 mEventFacade.postEvent("WifiAwareOnAttachFailed_" + mSessionId, mResults); in onAttachFailed() 714 mEventFacade.postEvent("WifiAwareOnAttachFailed", mResults); in onAttachFailed() 736 mEventFacade.postEvent("WifiAwareOnIdentityChanged_" + mSessionId, mResults); in onIdentityChanged() 738 mEventFacade.postEvent("WifiAwareOnIdentityChanged", mResults); in onIdentityChanged() 756 private void postEvent(String eventName, Bundle results) { in postEvent() method in WifiAwareManagerFacade.AwareDiscoverySessionCallbackPostsEvents 762 mEventFacade.postEvent(finalEventName, results); in postEvent() 775 postEvent("WifiAwareSessionOnPublishStarted", mResults); in onPublishStarted() 788 postEvent("WifiAwareSessionOnSubscribeStarted", mResults); in onSubscribeStarted() [all …]
|
D | WifiManagerFacade.java | 146 mEventFacade.postEvent("WifiManagerApEnabled", null); 148 mEventFacade.postEvent("WifiManagerApDisabled", null); 162 mEventFacade.postEvent("TetherStateChanged", msg); 181 mEventFacade.postEvent(EVENT_TAG + "OnAbort", null); 186 mEventFacade.postEvent(EVENT_TAG + "OnMatch", scanResults); 191 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectSuccess", 197 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectFailure", 207 mEventFacade.postEvent(EVENT_TAG + "OnAvailable", mWifi.getConnectionInfo()); in onAvailable() 212 mEventFacade.postEvent(EVENT_TAG + "OnUnavailable", null); in onUnavailable() 217 mEventFacade.postEvent(EVENT_TAG + "OnLost", null); in onLost() [all …]
|
D | WifiP2pManagerFacade.java | 83 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 …]
|
D | WifiRttManagerFacade.java | 112 .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()
|
D | WifiRtt2ManagerFacade.java | 177 mEventFacade.postEvent("WifiRttRangingFailure_" + mCallbackId, msg); in onRangingFailure() 188 mEventFacade.postEvent("WifiRttRangingResults_" + mCallbackId, msg); in onRangingResults() 231 mEventFacade.postEvent(isAvailable ? "WifiRttAvailable" : "WifiRttNotAvailable", in onReceive()
|
D | WifiScannerFacade.java | 108 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/ |
D | BluetoothHidDeviceFacade.java | 182 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);
|
D | GattServerFacade.java | 947 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 …]
|
D | BluetoothConnectionFacade.java | 202 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); in onReceive() 251 mEventFacade.postEvent("Bond", mBadNews); in onReceive() 262 mEventFacade.postEvent("Bond", mBadNews); in onReceive() 274 mEventFacade.postEvent("Bond" + mDeviceID, mGoodNews); in onReceive() 350 mEventFacade.postEvent(action, news); in onReceive() 354 mEventFacade.postEvent("BluetoothProfileConnectionStateChanged", news); in onReceive() 407 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews); in connectProfile() 617 mEventFacade.postEvent("Bond" + deviceID, mGoodNews); in bluetoothDiscoverAndBond()
|
D | BluetoothFacade.java | 102 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()
|
D | BluetoothMediaFacade.java | 263 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()
|
D | BluetoothMapClientFacade.java | 214 mEventFacade.postEvent(MAP_EVENT, in onReceive() 218 mEventFacade.postEvent(MAP_SMS_SENT_SUCCESS, in onReceive() 223 mEventFacade.postEvent(MAP_SMS_DELIVER_SUCCESS, in onReceive()
|
D | BluetoothLeAdvertisingSetFacade.java | 371 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()
|
D | GattClientFacade.java | 2064 mEventFacade.postEvent( in onConnectionStateChange() 2075 mEventFacade.postEvent(mEventType + index + "onPhyRead", mResults.clone()); in onPhyRead() 2085 mEventFacade.postEvent(mEventType + index + "onPhyUpdate", mResults.clone()); in onPhyUpdate() 2096 mEventFacade.postEvent(mEventType + index + "onServicesDiscovered", mResults.clone()); in onServicesDiscovered() 2107 mEventFacade.postEvent(mEventType + index + "onCharacteristicRead", mResults.clone()); in onCharacteristicRead() 2118 mEventFacade.postEvent(mEventType + index + "onCharacteristicWrite", mResults.clone()); in onCharacteristicWrite() 2129 mEventFacade.postEvent( in onCharacteristicChanged() 2140 mEventFacade.postEvent(mEventType + index + "onDescriptorRead", mResults.clone()); in onDescriptorRead() 2151 mEventFacade.postEvent(mEventType + index + "onDescriptorWrite", mResults.clone()); in onDescriptorWrite() 2159 mEventFacade.postEvent( in onReliableWriteCompleted() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | FullScreenTask.java | 92 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()
|
D | DialogTask.java | 44 eventFacade.postEvent("dialog", object); in setResult()
|
/external/clang/test/Analysis/Inputs/ |
D | qt-simulator.h | 12 static void postEvent(QObject *receiver, QEvent *event);
|