HomeSort by relevance Sort by last modified time
    Searched refs:requestType (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/content/
IRestrictionsManager.aidl 30 void requestPermission(in String packageName, in String requestType, in String requestId,
  /frameworks/base/core/java/android/service/restrictions/
RestrictionsReceiver.java 56 * @param requestType the type of request, which determines the content and presentation of
65 String packageName, String requestType, String requestId, PersistableBundle request);
78 String requestType = intent.getStringExtra(RestrictionsManager.EXTRA_REQUEST_TYPE);
82 onRequestPermission(context, packageName, requestType, requestId, request);
  /system/chre/chre_api/include/chre_api/chre/
common.h 149 uint8_t requestType;
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 43 int requestType) {
46 mRequestType = requestType;
54 FrameServer.RequestType.REPEATING);
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 160 * If requestType & {@link UsbConstants#USB_ENDPOINT_DIR_MASK} is
170 * @param requestType request type for this transaction
181 public int controlTransfer(int requestType, int request, int value,
183 return controlTransfer(requestType, request, value, index, buffer, 0, length, timeout);
189 * If requestType & {@link UsbConstants#USB_ENDPOINT_DIR_MASK} is
194 * @param requestType request type for this transaction
206 public int controlTransfer(int requestType, int request, int value, int index,
209 return native_control_request(requestType, request, value, index,
370 private native int native_control_request(int requestType, int request, int value,
  /system/chre/apps/gnss_world/
gnss_world.cc 97 if (result->requestType == CHRE_GNSS_REQUEST_TYPE_LOCATION_SESSION_START) {
109 } else if (result->requestType
123 LOGE("Received invalid async result %" PRIu8, result->requestType);