HomeSort by relevance Sort by last modified time
    Searched refs:requestType (Results 26 - 50 of 70) sorted by null

12 3

  /frameworks/base/obex/javax/obex/
ServerSession.java 94 int requestType = mInput.read();
95 switch (requestType) {
107 handleGetRequest(requestType);
112 handlePutRequest(requestType);
  /frameworks/base/core/java/android/app/
SearchManager.java     [all...]
IApplicationThread.java 138 void requestAssistContextExtras(IBinder activityToken, IBinder requestToken, int requestType)
ApplicationThreadNative.java 593 int requestType = data.readInt();
594 requestAssistContextExtras(activityToken, requestToken, requestType);
    [all...]
IActivityManager.java 419 public Bundle getAssistContextExtras(int requestType) throws RemoteException;
423 public boolean launchAssistIntent(Intent intent, int requestType, String hint, int userHandle)
    [all...]
ActivityManagerNative.java     [all...]
ActivityThread.java 559 int requestType;
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 498 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE;
501 (void**)&requestType, 1);
630 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE;
633 (void**)&requestType, 1);
805 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE;
808 (void**)&requestType, 1);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 516 void WebPluginContainerImpl::requestTouchEventType(TouchEventRequestType requestType)
518 if (m_touchEventRequestType == requestType)
523 if (requestType != TouchEventRequestTypeNone && m_touchEventRequestType == TouchEventRequestTypeNone)
525 else if (requestType == TouchEventRequestTypeNone && m_touchEventRequestType != TouchEventRequestTypeNone)
528 m_touchEventRequestType = requestType;
  /external/chromium_org/media/test/data/eme_player_js/
utils.js 214 Utils.sendRequest = function(requestType, responseType, message, serverURL,
228 xmlhttp.open(requestType, serverURL, true);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 289 mAction = getActionStringFromReqType(ssData.requestType);
292 switch (ssData.requestType) {
300 * When ServiceType is SS_CFU/SS_CF_ALL and RequestType is activate/register
304 boolean cffEnabled = ((ssData.requestType == SsData.RequestType.SS_ACTIVATION ||
305 ssData.requestType == SsData.RequestType.SS_REGISTRATION) &&
330 Rlog.e(LOG_TAG, "Invaid requestType in SSData : " + ssData.requestType);
376 private String getActionStringFromReqType(SsData.RequestType rType)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 316 uint8_t requestType = ANDROID_REQUEST_TYPE_REPROCESS;
318 &requestType, 1);
ZslProcessor3.cpp 343 uint8_t requestType = ANDROID_REQUEST_TYPE_REPROCESS;
345 &requestType, 1);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 107 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
109 if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 280 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
284 || (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS)) {
    [all...]
  /system/core/libusbhost/
usbhost.c 566 int requestType,
581 ctrl.bRequestType = requestType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-connector-wagon-0.9.0.M2.jar 
aether-api-0.9.0.M2.jar 
  /hardware/ril/include/telephony/
ril.h     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 654 * @param {string} requestType 'mount' | 'unmount'. TODO(hidehiko): Replace by
661 VolumeManager.prototype.makeRequestKey_ = function(requestType, argument) {
662 return requestType + ':' + argument;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 465 static const uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE;
466 settings.update(ANDROID_REQUEST_TYPE, &requestType, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 

Completed in 1773 milliseconds

12 3