/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | ConvergedImageCaptureCommand.java | 188 FrameServer.RequestType.REPEATING); in waitForAFConvergence() 191 FrameServer.RequestType.NON_REPEATING); in waitForAFConvergence() 211 FrameServer.RequestType.REPEATING); in waitForAEConvergence() 214 FrameServer.RequestType.NON_REPEATING); in waitForAEConvergence() 251 session.submitRequest(burstRequest, FrameServer.RequestType.NON_REPEATING); in captureBurst() 270 FrameServer.RequestType.REPEATING); in resetRepeating() 277 FrameServer.RequestType.NON_REPEATING); in resetRepeating() 295 FrameServer.RequestType.NON_REPEATING); in resetRepeating()
|
D | SimpleImageCaptureCommand.java | 74 FrameServer.RequestType.NON_REPEATING); in run()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
D | ZslPreviewCommand.java | 23 import com.android.camera.one.v2.core.FrameServer.RequestType; 85 session.submitRequest(previewWarming, RequestType.NON_REPEATING); in run() 91 session.submitRequest(zslWarmingBurst, RequestType.NON_REPEATING); in run() 100 session.submitRequest(zslAndPreviewRepeating, RequestType.REPEATING); in run()
|
D | PreviewCommand.java | 54 FrameServer.RequestType.REPEATING); in run()
|
D | UpdateRequestCommand.java | 71 FrameServer.RequestType.REPEATING); in run()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
D | FullAFScanCommand.java | 77 FrameServer.RequestType.REPEATING); in run() 89 FrameServer.RequestType.NON_REPEATING); in run() 94 FrameServer.RequestType.REPEATING); in run() 99 FrameServer.RequestType.NON_REPEATING); in run()
|
/packages/modules/Connectivity/tests/unit/java/com/android/metrics/ |
D | ConnectivitySampleMetricsTest.kt | 29 import android.stats.connectivity.RequestType in <lambda>() 30 import android.stats.connectivity.RequestType.RT_APP in <lambda>() 31 import android.stats.connectivity.RequestType.RT_SYSTEM in <lambda>() 32 import android.stats.connectivity.RequestType.RT_SYSTEM_ON_BEHALF_OF_APP in <lambda>() 193 private fun fileNetworkRequest(requestType: RequestType, requestCount: Int, uid: Int? = null) { in fileNetworkRequest()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | FrameServer.java | 48 public void submitRequest(List<Request> burstRequests, RequestType type) in submitRequest() 63 public static enum RequestType { enum
|
D | TagDispatchCaptureSession.java | 133 public void submitRequest(List<Request> burstRequests, FrameServer.RequestType requestType) in submitRequest() 151 if (requestType == FrameServer.RequestType.REPEATING) { in submitRequest()
|
D | FrameServerImpl.java | 46 public void submitRequest(List<Request> burstRequests, RequestType type) in submitRequest()
|
D | ObservableFrameServer.java | 61 public void submitRequest(List<Request> burstRequests, RequestType type) in submitRequest()
|
/packages/modules/adb/client/ |
D | incremental_server.cpp | 63 using RequestType = int16_t; typedef 69 static constexpr RequestType SERVING_COMPLETE = 0; 70 static constexpr RequestType BLOCK_MISSING = 1; 71 static constexpr RequestType PREFETCH = 2; 72 static constexpr RequestType DESTROY = 3; 121 RequestType request_type; // 2 bytes 346 request.request_type = readBigEndian<RequestType>(&commandBuf[0]); in ReadRequest()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 868 private <RequestType extends AsyncPropertyRequest, CallbackType, ResultType> void onResults( in onResults() 874 AsyncPropertyRequestInfo<RequestType, CallbackType> requestInfo; in onResults() 877 (AsyncPropertyRequestInfo<RequestType, CallbackType>) in onResults() 938 private static final class AsyncPropertyRequestInfo<RequestType, CallbackType> { 939 private final RequestType mRequest; 943 public RequestType getRequest() { in getRequest() 955 private AsyncPropertyRequestInfo(RequestType request, Executor callbackExecutor, in AsyncPropertyRequestInfo() 3271 private <RequestType extends AsyncPropertyRequest, CallbackType> List<Integer> 3273 List<RequestType> requests, Executor callbackExecutor, CallbackType callback) { in storePendingRequestInfo() 3281 RequestType request = requests.get(i); in storePendingRequestInfo() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ApplicationQosPolicyRequestHandler.java | 87 private @interface RequestType {} annotation in ApplicationQosPolicyRequestHandler 91 public final @RequestType int requestType; 103 QueuedRequest(@RequestType int inRequestType, in QueuedRequest()
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstCaptureCommand.java | 151 FrameServer.RequestType.REPEATING); in run()
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1167 public @interface RequestType { annotation 1239 @RequestType int requestType, @NonNull WifiP2pConfig config, in onConnectionRequested()
|
/packages/modules/Connectivity/service/src/com/android/metrics/ |
D | stats.proto | 148 optional .android.stats.connectivity.RequestType request_type = 1;
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 278 import android.stats.connectivity.RequestType; 2714 type = RequestType.RT_SYSTEM.getNumber(); 2718 type = RequestType.RT_SYSTEM_ON_BEHALF_OF_APP.getNumber(); 2721 type = RequestType.RT_APP.getNumber(); 2727 r.setRequestType(RequestType.forNumber(countPerType.keyAt(i)));
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 6242 @WifiP2pManager.ExternalApproverRequestListener.RequestType int requestType) { in notifyInvitationReceived() 7718 @WifiP2pManager.ExternalApproverRequestListener.RequestType int requestType) { in handleSetConnectionResult()
|