HomeSort by relevance Sort by last modified time
    Searched defs:RequestType (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 48 public void submitRequest(List<Request> burstRequests, RequestType type)
63 public static enum RequestType {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winusb.h 64 UCHAR RequestType;
wsdtypes.h 117 WSDXML_TYPE *RequestType;
ntddmmc.h 647 ULONG RequestType;
654 ULONG RequestType;
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
FullAFScanCommand.java 77 FrameServer.RequestType.REPEATING);
89 FrameServer.RequestType.NON_REPEATING);
94 FrameServer.RequestType.REPEATING);
99 FrameServer.RequestType.NON_REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 43 int requestType) {
46 mRequestType = requestType;
54 FrameServer.RequestType.REPEATING);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c 638 IKEV2_CREATE_CHILD_REQUEST_TYPE RequestType;
681 RequestType = Ikev2ChildExchangeRequestType (IkePacket);
683 switch (RequestType) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
SimpleImageCaptureCommand.java 74 FrameServer.RequestType.NON_REPEATING);
ConvergedImageCaptureCommand.java 154 FrameServer.RequestType.REPEATING);
157 FrameServer.RequestType.NON_REPEATING);
177 FrameServer.RequestType.REPEATING);
180 FrameServer.RequestType.NON_REPEATING);
215 session.submitRequest(burstRequest, FrameServer.RequestType.NON_REPEATING);
234 FrameServer.RequestType.REPEATING);
241 FrameServer.RequestType.NON_REPEATING);
259 FrameServer.RequestType.NON_REPEATING);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 84 public enum RequestType {
106 public RequestType requestType;
115 requestType is SS_INTERROGATION */
130 public RequestType RequestTypeFromRILInt(int type) {
132 return RequestType.values()[type];
150 + " RequestType: " + requestType
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPoller.java 125 return (WatchKey)invoke(RequestType.REGISTER, dir, eventSet, modifiers);
133 invoke(RequestType.CANCEL, key);
144 invoke(RequestType.CLOSE);
150 private static enum RequestType {
160 private final RequestType type;
166 Request(RequestType type, Object... params) {
171 RequestType type() {
211 private Object invoke(RequestType type, Object... params) throws IOException {
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 151 FrameServer.RequestType.REPEATING);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 173 UINT8 RequestType;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 98 UINT8 RequestType;
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java     [all...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 755 public @interface RequestType {}
796 @RequestType
    [all...]
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
scsi.h     [all...]
wmidata.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1080 milliseconds

1 2