/external/chromium/chrome/browser/chromeos/login/ |
mock_url_fetchers.h | 25 URLFetcher::RequestType request_type, 44 URLFetcher::RequestType request_type, 61 URLFetcher::RequestType request_type, 78 URLFetcher::RequestType request_type, 95 URLFetcher::RequestType request_type, 120 URLFetcher::RequestType request_type,
|
mock_url_fetchers.cc | 24 URLFetcher::RequestType request_type, 50 URLFetcher::RequestType request_type, 72 URLFetcher::RequestType request_type, 93 URLFetcher::RequestType request_type, 124 URLFetcher::RequestType request_type, 168 URLFetcher::RequestType request_type,
|
/external/kernel-headers/original/linux/usb/ |
f_accessory.h | 41 * requestType: USB_DIR_IN | USB_TYPE_VENDOR 53 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 67 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 80 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 90 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 104 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 115 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 125 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR
|
/external/webkit/Source/WebCore/rendering/ |
HitTestRequest.h | 29 enum RequestType { 40 HitTestRequest(HitTestRequestType requestType) 41 : m_requestType(requestType)
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher_unittest.h | 25 URLFetcher::RequestType request_type, 47 URLFetcher::RequestType request_type,
|
gaia_oauth_client_unittest.cc | 33 URLFetcher::RequestType request_type, 80 URLFetcher::RequestType request_type,
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 106 * If requestType & {@link UsbConstants#USB_ENDPOINT_DIR_MASK} is 116 * @param requestType request type for this transaction 127 public int controlTransfer(int requestType, int request, int value, 129 return controlTransfer(requestType, request, value, index, buffer, 0, length, timeout); 135 * If requestType & {@link UsbConstants#USB_ENDPOINT_DIR_MASK} is 140 * @param requestType request type for this transaction 152 public int controlTransfer(int requestType, int request, int value, int index, 155 return native_control_request(requestType, request, value, index, 239 private native int native_control_request(int requestType, int request, int value,
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.cc | 15 URLFetcher::RequestType request_type, 40 URLFetcher::RequestType request_type, 62 FakeURLFetcher(const GURL& url, RequestType request_type, Delegate* d, 112 URLFetcher::RequestType request_type,
|
test_url_fetcher_factory.h | 49 RequestType request_type, 95 URLFetcher::RequestType request_type, 151 URLFetcher::RequestType request_type,
|
url_fetcher.h | 64 enum RequestType { 93 RequestType request_type, 103 URLFetcher(const GURL& url, RequestType request_type, Delegate* d); 125 static URLFetcher* Create(int id, const GURL& url, RequestType request_type,
|
url_fetcher.cc | 43 RequestType request_type, 120 RequestType request_type_; // What type of request is this? 205 RequestType request_type, 219 RequestType request_type, Delegate* d) { 231 RequestType request_type,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPermissionActivity.java | 94 int requestType = i.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, 97 if (requestType == BluetoothDevice.REQUEST_TYPE_PROFILE_CONNECTION) { 99 } else if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { 102 Log.e(TAG, "Error: bad request type: " + requestType);
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 89 requestType: USB_DIR_OUT | USB_TYPE_VENDOR 134 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 144 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 158 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR 169 * requestType: USB_DIR_OUT | USB_TYPE_VENDOR
|
aoa.jd | 70 requestType: USB_DIR_IN | USB_TYPE_VENDOR 85 requestType: USB_DIR_OUT | USB_TYPE_VENDOR 108 requestType: USB_DIR_OUT | USB_TYPE_VENDOR
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipHelper.java | 233 private Request createRequest(String requestType, SipProfile userProfile, 244 CSeqHeader cSeqHeader = createCSeqHeader(requestType); 247 requestType, callIdHeader, cSeqHeader, fromHeader, 269 private Request createRequest(String requestType, SipProfile caller, 276 CSeqHeader cSeqHeader = createCSeqHeader(requestType); 280 requestType, callIdHeader, cSeqHeader, fromHeader,
|
/external/chromium/android/autofill/ |
url_fetcher_proxy.h | 72 URLFetcher::RequestType request_type, 155 URLFetcher::RequestType request_type_;
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_controller.h | 90 enum RequestType { 108 RequestType type,
|
speech_input_bubble_controller.cc | 140 int caller_id, RequestType type, const string16& text, float volume,
|
/frameworks/base/core/jni/ |
android_hardware_UsbDeviceConnection.cpp | 144 jint requestType, jint request, jint value, jint index, 158 jint result = usb_device_control_transfer(device, requestType, request,
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionSettings.java | 158 static private boolean isValidApnType(String types, String requestType) { 165 if (t.equals(requestType) || t.equals(PhoneConstants.APN_TYPE_ALL)) {
|
/external/chromium/chrome/browser/history/ |
history.h | 696 template<typename BackendFunc, class RequestType> 700 RequestType* request) { 707 scoped_refptr<RequestType>(request))); 711 template<typename BackendFunc, class RequestType, typename ArgA> 715 RequestType* request, 723 scoped_refptr<RequestType>(request), 729 class RequestType, // Descendant of CancelableRequstBase. [all...] |
/hardware/libhardware/tests/camera2/ |
camera2.cpp | 447 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE; 450 (void**)&requestType, 1); 577 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE; 580 (void**)&requestType, 1); 750 uint8_t requestType = ANDROID_REQUEST_TYPE_CAPTURE; 753 (void**)&requestType, 1);
|
/external/libusb-compat/libusb/ |
usb.h | 309 int usb_control_msg(usb_dev_handle *dev, int requesttype, int request,
|
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 94 int requestType = mInput.read(); 95 switch (requestType) { 107 handleGetRequest(requestType); 112 handlePutRequest(requestType);
|
/frameworks/av/services/camera/libcameraservice/camera2/ |
ZslProcessor.cpp | 301 uint8_t requestType = ANDROID_REQUEST_TYPE_REPROCESS; 303 &requestType, 1);
|