Home
last modified time | relevance | path

Searched refs:Rpc (Results 1 – 25 of 80) sorted by relevance

1234

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java66 import com.googlecode.android_scripting.rpc.Rpc;
131 @Rpc(description = "Resets TelephonyManager settings to factory default.")
144 @Rpc(description = "Resets Telephony and IMS settings to factory default.")
153 @Rpc(description = "Set network preference.")
160 @Rpc(description = "Set network preference for subscription.")
178 @Rpc(description = "Set network selection mode to automatic for subscriber.")
184 @Rpc(description = "Get network preference.")
190 @Rpc(description = "Get network preference for subscription.")
197 @Rpc(description = "Get current voice network type")
203 @Rpc(description = "Get current voice network type for subscription")
[all …]
DTelecomCallFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
58 @Rpc(description = "Get call by particular Id")
73 @Rpc(description = "Disconnect call by callId.")
80 @Rpc(description = "Hold call by callId")
87 @Rpc(description = "Merge call to conference by callId")
94 @Rpc(description = "Split call from conference by callId.")
101 @Rpc(description = "Unhold call by callId")
108 @Rpc(description = "Mute in-service call")
113 @Rpc(description = "Unmute in-service call")
118 @Rpc(description = "Joins two calls into a conference call. "
[all …]
DImsManagerFacade.java29 import com.googlecode.android_scripting.rpc.Rpc;
52 @Rpc(description = "Resets ImsManager settings to factory default.")
57 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by platform.")
62 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by user.")
67 @Rpc(description = "Set Enhanced 4G mode.")
73 @Rpc(description = "Check for VoLTE Provisioning.")
78 @Rpc(description = "Set Modem Provisioning for VoLTE")
91 @Rpc(description = "Return True if WiFi Calling is enabled for platform.")
96 @Rpc(description = "Set whether or not WFC is enabled during roaming")
104 @Rpc(description = "Return True if WiFi Calling is enabled during roaming.")
[all …]
DTelecomManagerFacade.java43 import com.googlecode.android_scripting.rpc.Rpc;
76 @Rpc(description = "If there's a ringing call, accept on behalf of the user.")
97 @Rpc(description = "Removes the missed-call notification if one is present.")
102 @Rpc(description = "Remove all Accounts that belong to the calling package from the system.")
107 @Rpc(description = "End an ongoing call.")
112 @Rpc(description = "Get a list of all PhoneAccounts.")
117 @Rpc(description = "Get the current call state.")
123 @Rpc(description = "Get the current tty mode.")
129 @Rpc(description = "Bring incallUI to foreground.")
138 @Rpc(description = "Get the list of PhoneAccountHandles with calling capability.")
[all …]
DSubscriptionManagerFacade.java26 import com.googlecode.android_scripting.rpc.Rpc;
47 @Rpc(description = "Return the default subscription ID")
52 @Rpc(description = "Return the default data subscription ID")
57 @Rpc(description = "Set the default data subscription ID")
64 @Rpc(description = "Return the default voice subscription ID")
69 @Rpc(description = "Returns active data subscription ID")
74 @Rpc(description = "Set the default voice subscription ID")
81 @Rpc(description = "Return the default sms subscription ID")
86 @Rpc(description = "Set the default sms subscription ID")
97 @Rpc(description = "Return a List of available Subscription Info Records")
[all …]
DImsMmTelManagerFacade.java27 import com.googlecode.android_scripting.rpc.Rpc;
50 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled.")
62 @Rpc(description = "Set Enhanced 4g Lte mode")
74 @Rpc(description = "Return True if VoWiFi Roaming is enabled.")
86 @Rpc(description = "Set VoWiFi Roaming setting")
98 @Rpc(description = "Return True if VoWiFi is enabled.")
109 @Rpc(description = "Set VoWiFi setting")
121 @Rpc(description = "Return True if VT is enabled.")
133 @Rpc(description = "Set VT setting")
145 @Rpc(description = "Return Preferred WFC Mode if Enabled.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSettingsFacade.java42 import com.googlecode.android_scripting.rpc.Rpc;
88 @Rpc(description = "Sets the screen timeout to this number of seconds.",
97 @Rpc(description = "Returns the current screen timeout in seconds.",
108 @Rpc(description = "Checks the ringer silent mode setting.",
114 @Rpc(description = "Toggles ringer silent mode on and off.",
126 @Rpc(description = "Set the ringer to a specified mode")
135 @Rpc(description = "Returns the current ringtone mode.",
141 @Rpc(description = "Returns the maximum ringer volume.")
146 @Rpc(description = "Returns the current ringer volume.")
151 @Rpc(description = "Sets the ringer volume.")
[all …]
DConnectivityManagerFacade.java54 import com.googlecode.android_scripting.rpc.Rpc;
423 @Rpc(description = "Listen for connectivity changes")
432 @Rpc(description = "start listening for NetworkCallback Event")
447 @Rpc(description = "stop listening for NetworkCallback Event")
462 @Rpc(description = "Set Rssi Threshold Monitor")
476 @Rpc(description = "Stop Rssi Threshold Monitor")
544 @Rpc(description = "register a network callback")
555 @Rpc(description = "unregister a network callback")
568 @Rpc(description = "register a default network callback")
577 @Rpc(description = "request a network")
[all …]
DAndroidFacade.java56 import com.googlecode.android_scripting.rpc.Rpc;
417 @Rpc(description = "Starts an activity and returns the result.",
439 @Rpc(description = "Starts an activity and returns the result.",
485 @Rpc(description = "Put a text string in the clipboard.")
494 @Rpc(description = "Get the device serial number.")
499 @Rpc(description = "Get the name of system bootloader version number.")
504 @Rpc(description = "Get the name of the industrial design.")
509 @Rpc(description = "Get the build ID string meant for displaying to the user")
514 @Rpc(description = "Get the string that uniquely identifies this build.")
519 @Rpc(description = "Get the name of the hardware (from the kernel command "
[all …]
DBatteryManagerFacade.java29 import com.googlecode.android_scripting.rpc.Rpc;
123 @Rpc(description = "Returns the most recently recorded battery data.")
131 @Rpc(description = "Starts tracking battery state.")
142 @Rpc(description = "Stops tracking battery state.")
157 @Rpc(description = "Returns the most recently received battery status data:" + "\n1 - unknown;"
163 @Rpc(description = "Returns the most recently received battery health data:" + "\n1 - unknown;"
175 @Rpc(description = "Returns the most recently received plug type data:" + "\n-1 - unknown"
182 @Rpc(description = "Returns the most recently received battery presence data.")
187 @Rpc(description = "Returns the most recently received battery level (percentage).")
196 @Rpc(description = "Returns the most recently received battery voltage.")
[all …]
DActivityResultFacade.java24 import com.googlecode.android_scripting.rpc.Rpc;
51 @Rpc(description = sRpcDescription)
63 @Rpc(description = sRpcDescription)
75 @Rpc(description = sRpcDescription)
87 @Rpc(description = sRpcDescription)
99 @Rpc(description = sRpcDescription)
111 @Rpc(description = sRpcDescription)
123 @Rpc(description = sRpcDescription)
135 @Rpc(description = sRpcDescription)
147 @Rpc(description = sRpcDescription)
[all …]
DCommonIntentsFacade.java27 import com.googlecode.android_scripting.rpc.Rpc;
55 …@Rpc(description = "Display content to be picked by URI (e.g. contacts)", returns = "A map of resu…
60 …@Rpc(description = "Starts the barcode scanner.", returns = "A Map representation of the result In…
77 @Rpc(description = "Start activity with view action by URI (i.e. browser, contacts, etc.).")
86 @Rpc(description = "Opens a map search for query (e.g. pizza, 123 My Street).")
92 @Rpc(description = "Opens the list of contacts.")
97 @Rpc(description = "Opens the browser to display a local HTML file.")
105 @Rpc(description = "Starts a search for the given query.")
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java35 import com.googlecode.android_scripting.rpc.Rpc;
221 @Rpc(description = "Requests that the device be made connectable.")
227 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.")
239 @Rpc(description = "Requests that the device be not discoverable.")
245 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved")
258 @Rpc(description = "Fetch UUIDS with SDP")
271 @Rpc(description = "Get local Bluetooth device name")
276 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success")
283 @Rpc(description = "Returns the hardware address of the local Bluetooth adapter. ")
288 @Rpc(description = "Returns the UUIDs supported by local Bluetooth adapter.")
[all …]
DBluetoothRfcommFacade.java18 import com.googlecode.android_scripting.rpc.Rpc;
45 @Rpc(description = "Create L2CAP socket to Bluetooth deice")
58 @Rpc(description = "Create RFCOMM socket to Bluetooth deice")
71 @Rpc(description = "Begins a thread initiate an Rfcomm connection over Bluetooth. ")
85 @Rpc(description = "Kill thread")
93 @Rpc(description = "Close an active Rfcomm Client socket")
101 @Rpc(description = "Close an active Rfcomm Server socket")
109 @Rpc(description = "Returns active Bluetooth mConnections.")
117 @Rpc(description = "Returns the name of the connected device.")
128 @Rpc(description = "Begins a thread to accept an Rfcomm connection over Bluetooth. ")
[all …]
DBluetoothLeScanFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
94 @Rpc(description = "Generate a new myScanCallback Object")
108 @Rpc(description = "Generate a new myScanCallback Object")
122 @Rpc(description = "Generate a new Filter list")
135 @Rpc(description = "Generate a new Filter list")
150 @Rpc(description = "Generate a new scan settings Object")
165 @Rpc(description = "Stops an ongoing ble advertisement scan")
184 @Rpc(description = "Stops an ongoing classic ble scan")
203 @Rpc(description = "Starts a ble advertisement scan")
243 @Rpc(description = "Starts a classic ble advertisement scan")
[all …]
DBluetoothLeAdvertiseFacade.java34 import com.googlecode.android_scripting.rpc.Rpc;
85 @Rpc(description = "Generate a new myAdvertisement Object")
100 @Rpc(description =
116 @Rpc(description =
134 @Rpc(description = "Stops an ongoing ble advertisement")
156 @Rpc(description = "Starts ble advertisement")
201 @Rpc(description = "Starts ble advertisement")
253 @Rpc(description = "Get ble advertisement settings mode")
273 @Rpc(description = "Get ble advertisement settings tx power level")
293 @Rpc(description = "Get ble advertisement settings isConnectable value")
[all …]
DBluetoothHfpClientFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
94 @Rpc(description = "Is HfpClient profile ready.")
104 @Rpc(description = "Set priority of the profile")
125 @Rpc(description = "Get priority of the profile")
141 @Rpc(description = "Connect to an HFP Client device.")
165 @Rpc(description = "Disconnect an HFP Client device.")
188 @Rpc(description = "Get all the devices connected through HFP Client.")
199 @Rpc(description = "Get the connection status of a device.")
224 @Rpc(description = "Get all the devices connected through HFP Client.")
260 @Rpc(description = "Start Remote device Voice Recognition through HFP Client.")
[all …]
DBluetoothHidFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
172 @Rpc(description = "Is Hid profile ready.")
182 @Rpc(description = "Connect to an HID device.")
200 @Rpc(description = "Disconnect an HID device.")
217 @Rpc(description = "Get all the devices connected through HID.")
228 @Rpc(description = "Get the connection status of a device.")
251 @Rpc(description =
276 @Rpc(description = "Send Get_Report command to the connected HID input device.")
301 @Rpc(description = "Send data to a connected HID device.")
320 @Rpc(description = "Send virtual unplug to a connected HID device.")
[all …]
DBluetoothHspFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
105 @Rpc(description = "Is Hsp profile ready.")
115 @Rpc(description = "Set priority of the profile.")
133 @Rpc(description = "Connect to an HSP device.")
150 @Rpc(description = "Disconnect an HSP device.")
165 @Rpc(description = "Get all the devices connected through HSP.")
176 @Rpc(description = "Get the connection status of a device.")
200 @Rpc(description = "Force SCO audio connection on DUT.")
217 @Rpc(description = "Connect SCO audio for a remote device.")
246 @Rpc(description = "Disconnect SCO audio for a remote device")
[all …]
DGattServerFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
94 @Rpc(description = "Open new gatt server")
117 @Rpc(description = "Add service to bluetooth gatt server")
137 @Rpc(description = "Clear services from bluetooth gatt server")
153 @Rpc(description = "Return a list of connected gatt devices.")
176 @Rpc(description = "Send a response after a write.")
207 @Rpc(description = "Notify that characteristic was changed.")
250 @Rpc(description = "Notify that characteristic was changed by Instance Id.")
291 @Rpc(description = "Create new bluetooth gatt service")
308 @Rpc(description = "Add a characteristic to a bluetooth gatt service")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java35 import com.googlecode.android_scripting.rpc.Rpc;
153 @Rpc(description = "Create a text input dialog.")
168 @Rpc(description = "Create a password input dialog.")
190 @Rpc(description = "Queries the user for a text input.")
209 @Rpc(description = "Queries the user for a password.")
226 @Rpc(description = "Create a spinner progress dialog.")
234 @Rpc(description = "Create a horizontal progress dialog.")
270 @Rpc(description = "Create alert dialog.")
286 @Rpc(description = "Create seek bar dialog.")
295 @Rpc(description = "Create time picker dialog.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DSocketFacade.java27 import com.googlecode.android_scripting.rpc.Rpc;
153 @Rpc(description = "Open TCP socket & connect to server")
179 @Rpc(description = "Get port number of a Socket")
190 @Rpc(description = "Close TCP client socket")
209 @Rpc(description = "Open TCP server socket and accept connection")
228 @Rpc(description = "Get port number of a ServerSocket")
239 @Rpc(description = "Close TCP server socket")
257 @Rpc(description = "Get FileDescriptor object of socket")
272 @Rpc(description = "Shutdown FileDescriptor")
292 @Rpc(description = "Get the TCP Server socket port number")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java88 import com.googlecode.android_scripting.rpc.Rpc;
974 @Rpc(description = "test.")
988 @Rpc(description = "Add a network.")
995 @Rpc(description = "Add or update a network.")
1001 @Rpc(description = "Cancel Wi-fi Protected Setup.")
1007 @Rpc(description = "Checks Wifi state.", returns = "True if Wifi is enabled.")
1015 @Rpc(description = "Connects to the network with the given configuration")
1032 @Rpc(description = "Connects to the network with the given configuration")
1050 @Rpc(description = "Connects to the network with the given configuration")
1071 …@Rpc(description = "Gets the Wi-Fi factory MAC addresses", returns = "An array of String, represen…
[all …]
DWifiP2pManagerFacade.java50 import com.googlecode.android_scripting.rpc.Rpc;
375 @Rpc(description = "Accept p2p connection invitation.")
385 @Rpc(description = "Reject p2p connection invitation.")
398 @Rpc(description = "Confirm p2p keypad connection invitation.")
408 …@Rpc(description = "Register a local service for service discovery. One of the \"CreateXxxServiceI…
414 @Rpc(description = "Add a service discovery request.")
429 @Rpc(description = "Add a service upnp discovery request.")
453 @Rpc(description = "Add a service dns discovery request.")
470 @Rpc(description = "Cancel any ongoing connect negotiation.")
475 @Rpc(description = "Clear all registered local services of service discovery.")
[all …]
/external/perfetto/src/trace_processor/rpc/
Drpc.cc37 Rpc::Rpc(std::unique_ptr<TraceProcessor> preloaded_instance) in Rpc() function in perfetto::trace_processor::Rpc
40 Rpc::Rpc() : Rpc(nullptr) {} in Rpc() function in perfetto::trace_processor::Rpc
42 Rpc::~Rpc() = default;
44 util::Status Rpc::Parse(const uint8_t* data, size_t len) { in Parse()
66 void Rpc::NotifyEndOfFile() { in NotifyEndOfFile()
74 void Rpc::MaybePrintProgress() { in MaybePrintProgress()
88 void Rpc::Query(const uint8_t* args, in Query()
118 std::vector<uint8_t> Rpc::RawQuery(const uint8_t* args, size_t len) { in RawQuery()
251 std::string Rpc::GetCurrentTraceName() { in GetCurrentTraceName()
257 void Rpc::RestoreInitialTables() { in RestoreInitialTables()
[all …]

1234