/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 144 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStartTracking() local 145 if (requests) { in locAPIStartTracking() 146 delete requests; in locAPIStartTracking() 154 requests = new RequestQueue(session); in locAPIStartTracking() 155 requests->push(new StartTrackingRequest(*this)); in locAPIStartTracking() 156 mRequestQueues[REQUEST_TRACKING] = requests; in locAPIStartTracking() 171 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStopTracking() local 172 if (requests) { in locAPIStopTracking() 173 session = requests->getSession(); in locAPIStopTracking() 175 requests->push(new StopTrackingRequest(*this)); in locAPIStopTracking() [all …]
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 144 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStartTracking() local 145 if (requests) { in locAPIStartTracking() 146 delete requests; in locAPIStartTracking() 154 requests = new RequestQueue(session); in locAPIStartTracking() 155 requests->push(new StartTrackingRequest(*this)); in locAPIStartTracking() 156 mRequestQueues[REQUEST_TRACKING] = requests; in locAPIStartTracking() 171 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStopTracking() local 172 if (requests) { in locAPIStopTracking() 173 session = requests->getSession(); in locAPIStopTracking() 175 requests->push(new StopTrackingRequest(*this)); in locAPIStopTracking() [all …]
|
/hardware/interfaces/camera/device/3.5/default/include/device_v3_5_impl/ |
D | CameraDeviceSession.h | 190 const hidl_vec<V3_4::CaptureRequest>& requests, in processCaptureRequest_3_4() 193 return mParent->processCaptureRequest_3_4(requests, cachesToRemove, _hidl_cb); in processCaptureRequest_3_4() 196 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 199 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest() 239 const hidl_vec<int32_t>& requests, in signalStreamFlush() 241 return mParent->signalStreamFlush(requests, streamConfigCounter); in signalStreamFlush()
|
/hardware/libhardware/modules/camera/3_4/ |
D | request_tracker.cpp | 104 std::set<std::shared_ptr<CaptureRequest>>* requests) { in Clear() argument 106 if (requests) { in Clear() 108 requests->insert(frame_number_request.second); in Clear()
|
D | request_tracker.h | 53 std::set<std::shared_ptr<CaptureRequest>>* requests = nullptr);
|
D | camera.cpp | 428 std::set<std::shared_ptr<CaptureRequest>> requests; in flush() local 429 mInFlightTracker->Clear(&requests); in flush() 430 for (auto& request : requests) { in flush() 436 ALOGV("%s:%d: Flushed %zu requests.", __func__, mId, requests.size()); in flush()
|
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/ |
D | CameraDeviceSession.h | 97 const hidl_vec<V3_4::CaptureRequest>& requests, 148 … virtual Return<void> processCaptureRequest_3_4(const hidl_vec<V3_4::CaptureRequest>& requests, in processCaptureRequest_3_4() 151 return mParent->processCaptureRequest_3_4(requests, cachesToRemove, _hidl_cb); in processCaptureRequest_3_4() 154 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 157 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest()
|
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
D | ExternalCameraDeviceSession.h | 107 const hidl_vec<int32_t>& requests, 201 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 204 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest() 237 … virtual Return<void> processCaptureRequest_3_4(const hidl_vec<V3_4::CaptureRequest>& requests, in processCaptureRequest_3_4() 240 return mParent->processCaptureRequest_3_4(requests, cachesToRemove, _hidl_cb); in processCaptureRequest_3_4() 250 const hidl_vec<int32_t>& requests, in signalStreamFlush() 252 return mParent->signalStreamFlush(requests, streamConfigCounter); in signalStreamFlush()
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 26 * This method requests the service to set up a synchronous read/write 37 * This method requests the service to return an MQDescriptor to 92 * This method requests the service to trigger a blocking read. 100 * This method requests the service to trigger a blocking read using 109 * This method requests the service to repeatedly trigger blocking reads.
|
D | IBenchmarkMsgQ.hal | 21 * This method requests the service to set up Synchronous read/write 31 * This method requests the service to set up Synchronous read/write
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 128 * The SHUTTER notify calls for requests with android.control.enableZsl 130 * out-of-order compared to SHUTTER notify for other kinds of requests 131 * (including regular, reprocess, or zero-shutter-lag requests with 134 * As a result, the capture results of zero-shutter-lag requests with 136 * compared to capture results for other kinds of requests. 138 * Different SHUTTER notify calls for zero-shutter-lag requests with 140 * them, as is for other kinds of requests. SHUTTER notify calls for 141 * zero-shutter-lag requests with non STILL_CAPTURE intent must be in order 142 * with SHUTTER notify calls for regular requests.
|
D | ICameraDeviceSession.hal | 113 * submit new requests for capture while the configureStreams() call is 174 * Send a list of capture requests to the HAL. The HAL must not return from 175 * this call until it is ready to accept the next set of requests to 182 * client, the HAL must process the requests in order of lowest index to 193 * buffers may simply provide sync fences to wait on. Multiple requests are 239 * @return numRequestProcessed Number of requests successfully processed by 241 * requests. When the call fails, this number is the number of requests 245 processCaptureRequest(vec<CaptureRequest> requests, 256 * - In each of the requests sent in processCaptureRequest, set 295 * All requests currently in the HAL are expected to be returned as soon as [all …]
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 27 /** Cellular control plane requests */ 29 /** All types of SUPL requests */ 32 /** All types of requests from IMS */ 34 /** All types of requests from SIM */ 65 * GNSS response type for non-framework location requests. 155 * serving network initiated emergency SUPL and Control Plane location requests.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnss.hal | 81 * The framework calls this method to instruct the GPS engine to prepare for serving requests 82 * from the framework. The GNSS HAL implementation must respond to all GNSS requests from the 115 * not expect any GNSS requests in the immediate future - e.g. this may be called when 117 * implementation must immediately stop responding to any existing requests until the 118 * setCallback() method is called again and the requests are re-initiated by the framework. 122 * reopen this interface, to serve requests, there may be some minor delays in GNSS response 123 * requests as hardware readiness states are restored, not to exceed those that occur on normal
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 101 * @return numRequestProcessed Number of requests successfully processed by 103 * requests. When the call fails, this number is the number of requests 107 processCaptureRequest_3_4(vec<CaptureRequest> requests, vec<BufferCache> cachesToRemove)
|
/hardware/interfaces/health/2.0/ |
D | types.hal | 91 * total wait time for read requests. 107 * total wait time for write requests. 119 * total wait time for all requests.
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssConfiguration.hal | 35 * location requests for this extra duration after the user initiated emergency 42 * extended duration for emergency SUPL and Control Plane location requests.
|
D | IGnss.hal | 46 * The framework calls this method to instruct the GPS engine to prepare for serving requests 47 * from the framework. The GNSS HAL implementation must respond to all GNSS requests from the
|
/hardware/interfaces/camera/device/3.3/default/ |
D | CameraDeviceSession.h | 97 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 100 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest()
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_api.cpp | 189 std::vector<KeepaliveRequest> requests = { in TEST_P() local 270 for (auto req = requests.begin(); req != requests.end(); req++) { in TEST_P()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 148 const hidl_vec<V3_4::CaptureRequest>& requests, 433 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 436 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest() 469 … virtual Return<void> processCaptureRequest_3_4(const hidl_vec<V3_4::CaptureRequest>& requests, in processCaptureRequest_3_4() 472 return mParent->processCaptureRequest_3_4(requests, cachesToRemove, _hidl_cb); in processCaptureRequest_3_4()
|
/hardware/interfaces/radio/1.6/ |
D | IRadioResponse.hal | 22 * Interface declaring response functions to solicited radio requests.
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 309 const hidl_vec<V3_4::CaptureRequest>& requests, in processCaptureRequest_3_4() argument 316 for (size_t i = 0; i < requests.size(); i++, numRequestProcessed++) { in processCaptureRequest_3_4() 317 s = processOneCaptureRequest_3_4(requests[i]); in processCaptureRequest_3_4() 323 if (s == Status::OK && requests.size() > 1) { in processCaptureRequest_3_4() 324 mResultBatcher_3_4.registerBatch(requests[0].v3_2.frameNumber, requests.size()); in processCaptureRequest_3_4()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 109 const hidl_vec<CaptureRequest>& requests, 385 virtual Return<void> processCaptureRequest(const hidl_vec<V3_2::CaptureRequest>& requests, in processCaptureRequest() 388 return mParent->processCaptureRequest(requests, cachesToRemove, _hidl_cb); in processCaptureRequest()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsEnumerator.hal | 59 * requests access to it. If the EVS display is not available or is already in use, 77 * This call requests the current state of the display
|