Home
last modified time | relevance | path

Searched refs:RpcDefault (Results 1 – 21 of 21) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java27 import com.googlecode.android_scripting.rpc.RpcDefault;
122 @RpcDefault(value = "default") in mediaPlayOpen()
124 @RpcDefault(value = "true") in mediaPlayOpen()
142 @RpcDefault(value = "default") in mediaPlayPause()
155 @RpcDefault(value = "default") in mediaPlayStart()
168 @RpcDefault(value = "default") in mediaPlayStop()
189 @RpcDefault(value = "default") in mediaPlaySeek()
202 @RpcDefault(value = "default") in mediaPlayClose()
214 @RpcDefault(value = "default") in mediaIsPlaying()
223 @RpcDefault(value = "default") in mediaPlayGetInfo()
[all …]
DMediaSessionFacade.java40 import com.googlecode.android_scripting.rpc.RpcDefault;
158 public void mediaSessionPlay(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionPlay()
164 public void mediaSessionPause(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionPause()
170 public void mediaSessionStop(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionStop()
176 public void mediaSessionNext(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionNext()
DMediaRecorderFacade.java37 import com.googlecode.android_scripting.rpc.RpcDefault;
84 @RpcParameter(name = "duration") @RpcDefault("0") Integer duration, in recorderStartVideo()
85 @RpcParameter(name = "videoSize") @RpcDefault("1") Integer videoSize) throws Exception { in recorderStartVideo()
168 … @RpcParameter(name = "recordAudio") @RpcDefault("true") Boolean recordAudio) throws Exception { in recorderCaptureVideo()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java37 import com.googlecode.android_scripting.rpc.RpcDefault;
158 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput()
159 … = "message", description = "message to display above the input box") @RpcDefault("Please enter va… in dialogCreateInput()
173 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword()
174 … = "message", description = "message to display above the input box") @RpcDefault("Please enter pa… in dialogCreatePassword()
195 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput()
196 … = "message", description = "message to display above the input box") @RpcDefault("Please enter va… in dialogGetInput()
214 …@RpcParameter(name = "title", description = "title of the password box") @RpcDefault("Password") f… in dialogGetPassword()
215 … = "message", description = "message to display above the input box") @RpcDefault("Please enter pa… in dialogGetPassword()
232 @RpcParameter(name = "maximum progress") @RpcDefault("100") Integer max) { in dialogCreateSpinnerProgress()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java31 import com.googlecode.android_scripting.rpc.RpcDefault;
102 @RpcDefault(DEFAULT_UUID) in bluetoothRfcommConnect()
154 @RpcOptional @RpcDefault("") in bluetoothRfcommGetConnectedDeviceName()
164 @RpcParameter(name = "uuid") @RpcDefault(DEFAULT_UUID) String uuid, in bluetoothRfcommAccept()
167 @RpcDefault("0") Integer timeout) in bluetoothRfcommAccept()
186 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite()
199 @RpcParameter(name = "bufferSize") @RpcDefault("4096") Integer bufferSize, in bluetoothRfcommRead()
200 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommRead()
218 @RpcDefault("") @RpcOptional in bluetoothRfcommWriteBinary()
232 @RpcParameter(name = "bufferSize") @RpcDefault("4096") Integer bufferSize, in bluetoothRfcommReadBinary()
[all …]
DBluetoothHidFacade.java33 import com.googlecode.android_scripting.rpc.RpcDefault;
136 @RpcDefault(value = "1") in bluetoothHidSetReport()
152 @RpcDefault(value = "1") in bluetoothHidGetReport()
DBluetoothFacade.java36 import com.googlecode.android_scripting.rpc.RpcDefault;
191 @RpcDefault("300") in bluetoothMakeDiscoverable()
276 @RpcDefault("false") in bluetoothToggleState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDisplayFacade.java30 import com.googlecode.android_scripting.rpc.RpcDefault;
71 @RpcDefault(value = "0") in displayGetSize()
82 @RpcDefault(value = "0") in displayGetMaximumSizeDimension()
91 @RpcDefault(value = "0") in displayGetRealMetrics()
DLocationFacade.java31 import com.googlecode.android_scripting.rpc.RpcDefault;
142 …tance", description = "minimum time between updates in milliseconds") @RpcDefault("60000") Integer… in startLocating()
143 …istance", description = "minimum distance between updates in meters") @RpcDefault("30") Integer mi… in startLocating()
175 …@RpcParameter(name = "maxResults", description = "maximum number of results") @RpcDefault("1") Int… in geocode()
DEventFacade.java46 import com.googlecode.android_scripting.rpc.RpcDefault;
106 … "Should this events be added to the event queue or only dispatched") @RpcDefault(value = "true") … in eventRegisterForBroadcast()
163 @RpcParameter(name = "number_of_events") @RpcDefault("1") Integer number_of_events) { in eventPoll()
283 …vents to be added to the event queue, just dispatched.") @RpcOptional @RpcDefault("false") Boolean… in eventPost()
353 …@RpcParameter(name = "port", description = "Port to use") @RpcDefault("0") @RpcOptional() Integer … in startEventDispatcher()
DToneGeneratorFacade.java24 import com.googlecode.android_scripting.rpc.RpcDefault;
43 …toneDuration", description = "duration of each tone in milliseconds") @RpcDefault("100") Integer t… in generateDtmfTones()
DCameraFacade.java40 import com.googlecode.android_scripting.rpc.RpcDefault;
89 @RpcParameter(name = "useAutoFocus") @RpcDefault("true") Boolean useAutoFocus, in cameraCapturePicture()
90 …@RpcParameter(name = "cameraId", description = "Id of camera to use. SDK 9") @RpcDefault("0") Inte… in cameraCapturePicture()
DAndroidFacade.java55 import com.googlecode.android_scripting.rpc.RpcDefault;
491 @RpcOptional @RpcDefault(value = "copiedText") in setTextClip()
766 @RpcDefault("300") in vibrate()
828 @RpcDefault("SL4A Input") in getInput()
831 @RpcDefault("Please enter value:") in getInput()
840 @RpcDefault("SL4A Password Input") in getPassword()
843 @RpcDefault("Please enter password:") in getPassword()
DSensorManagerFacade.java28 import com.googlecode.android_scripting.rpc.RpcDefault;
259 …, description = "number of samples for calculating average readings") @RpcDefault("5") Integer sam… in startSensing()
/external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
DWebCamFacade.java57 import com.googlecode.android_scripting.rpc.RpcDefault;
183 …", description = "increasing this number provides higher resolution") @RpcDefault("0") Integer res… in webcamStart()
184 …@RpcParameter(name = "jpegQuality", description = "a number from 0-100") @RpcDefault("20") Integer… in webcamStart()
185 …rvice will bind to port, otherwise it will pick any available port.") @RpcDefault("0") Integer por… in webcamStart()
235 …", description = "increasing this number provides higher resolution") @RpcDefault("0") Integer res… in webcamAdjustQuality()
236 …@RpcParameter(name = "jpegQuality", description = "a number from 0-100") @RpcDefault("20") Integer… in webcamAdjustQuality()
337 …", description = "increasing this number provides higher resolution") @RpcDefault("0") Integer res… in cameraStartPreview()
338 …@RpcParameter(name = "jpegQuality", description = "a number from 0-100") @RpcDefault("20") Integer… in cameraStartPreview()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java48 import com.googlecode.android_scripting.rpc.RpcDefault;
136 @RpcDefault("false") in telecomShowInCallScreen()
282 @RpcDefault("false") in telecomCall()
304 @RpcDefault("false") in telecomCallContentUri()
352 @RpcDefault("false") in telecomCallNumber()
366 @RpcDefault("false") in telecomCallTelUri()
DCarrierConfigFacade.java30 import com.googlecode.android_scripting.rpc.RpcDefault;
DTelephonyManagerFacade.java69 import com.googlecode.android_scripting.rpc.RpcDefault;
934 @RpcParameter(name = "type") @RpcOptional @RpcDefault("") in telephonySetAPN()
DSmsFacade.java67 import com.googlecode.android_scripting.rpc.RpcDefault;
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java502 if (a instanceof RpcDefault) { in getDefaultValue()
503 RpcDefault defaultAnnotation = (RpcDefault) a; in getDefaultValue()
540 if (a instanceof RpcDefault || a instanceof RpcOptional) { in hasDefaultValue()
556 if (a instanceof RpcDefault) { in hasExplicitDefaultValue()
DRpcDefault.java33 public @interface RpcDefault { annotation