Home
last modified time | relevance | path

Searched defs:request_id (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/system/iorap/src/binder/
H A Diiorap_impl.cc128 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult()
171 bool OnAppLaunchEvent(const RequestId& request_id, in OnAppLaunchEvent()
180 bool OnDexOptEvent(const RequestId& request_id, const DexOptEvent& event) { in OnDexOptEvent()
188 bool OnJobScheduledEvent(const RequestId& request_id, in OnJobScheduledEvent()
263 void HandleFakeBehavior(const RequestId& request_id) { in HandleFakeBehavior()
273 bool MaybeHandleFakeBehavior(const RequestId& request_id) { in MaybeHandleFakeBehavior()
389 #define MAYBE_HAVE_FAKE_BEHAVIOR(self, request_id) \ argument
395 const RequestId& request_id, in SendArgs()
418 const RequestId& request_id, in SendArgs()
443 const RequestId& request_id, in SendArgs()
[all …]
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dprocess_block.h32 uint32_t request_id = 0; // A unique ID of this process block request. member
39 uint32_t request_id = 0; member
46 uint32_t request_id = 0; member
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl27 int request_id, int offset, boolean is_long, int handle); in OnCharacteristicReadRequest()
30 int request_id, int offset, boolean is_long, int handle); in OnDescriptorReadRequest()
33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest()
37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest()
41 int request_id, boolean is_execute); in OnExecuteWriteRequest()
H A DIBluetoothGattServer.aidl34 int request_id, in SendResponse()
/aosp12/system/iorap/src/manager/
H A Devent_manager.h50 …virtual void OnProgress(iorap::binder::RequestId request_id, iorap::binder::TaskResult task_result… in OnProgress()
51 …virtual void OnComplete(iorap::binder::RequestId request_id, iorap::binder::TaskResult task_result… in OnComplete()
H A Devent_manager.cc967 bool OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
997 bool OnDexOptEvent(RequestId request_id, in OnDexOptEvent()
1011 bool OnJobScheduledEvent(RequestId request_id, in OnJobScheduledEvent()
1205 void NotifyComplete(RequestId request_id, TaskResult result) { in NotifyComplete()
1214 void NotifyProgress(RequestId request_id, TaskResult result) { in NotifyProgress()
1366 bool EventManager::OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
1371 bool EventManager::OnDexOptEvent(RequestId request_id, in OnDexOptEvent()
1376 bool EventManager::OnJobScheduledEvent(RequestId request_id, in OnJobScheduledEvent()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc111 int server_id, const String16& device_address, int request_id, int status, in SendResponse()
178 int request_id, int offset, bool is_long, uint16_t handle) { in OnCharacteristicReadRequest()
195 int request_id, int offset, bool is_long, uint16_t handle) { in OnDescriptorReadRequest()
241 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest()
259 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest()
277 int request_id, bool is_execute) { in OnExecuteWriteRequest()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dpipeline_request_id_manager.cc46 status_t PipelineRequestIdManager::SetPipelineRequestId(uint32_t request_id, in SetPipelineRequestId()
88 uint32_t* request_id) { in GetPipelineRequestId()
H A Dpipeline_request_id_manager.h51 uint32_t request_id = 0; member
H A Dmulticam_realtime_process_block.cc462 uint32_t request_id = 0; in NotifyHwlPipelineResult() local
489 uint32_t request_id = 0; in NotifyHwlPipelineMessage() local
/aosp12/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc314 const String16& device_address, int request_id, int offset, in OnCharacteristicReadRequest()
336 int request_id, int offset, in OnDescriptorReadRequest()
370 const String16& device_address, int request_id, int offset, in OnCharacteristicWriteRequest()
413 const String16& device_address, int request_id, int offset, in OnDescriptorWriteRequest()
464 int request_id, in OnExecuteWriteRequest()
/aosp12/system/iorap/include/binder/
H A Drequest_id.h27 int64_t request_id; member
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc85 int request_id, int offset, bool is_long, in OnCharacteristicReadRequest()
98 int request_id, int offset, bool is_long, in OnDescriptorReadRequest()
111 int request_id, int offset, in OnCharacteristicWriteRequest()
128 int request_id, int offset, in OnDescriptorWriteRequest()
144 const std::string& device_address, int request_id, in OnExecuteWriteRequest()
/aosp12/frameworks/base/core/proto/android/net/
H A Dnetworkrequest.proto74 optional int32 request_id = 2; field
/aosp12/system/update_engine/cros/
H A Dchrome_browser_proxy_resolver.cc53 ProxyRequestId request_id, in OnGetChromeProxyServers()
H A Domaha_request_builder_xml_unittest.cc149 const string request_id = in TEST_F() local
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.proto11 optional int32 request_id = 4; field
H A Dprofiler.h226 int request_id) in ScopedProfiler()
H A Dprofiler.cc108 int32_t request_id = 0; member
285 void ProfilerImpl::Start(const std::string& name, int request_id) { in Start()
311 void ProfilerImpl::End(const std::string& name, int request_id) { in End()
500 int request_id) { in GetLatencyInNanoseconds()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Duinput.h26 __u32 request_id; member
32 __u32 request_id; member
H A Datmmpc.h41 __u32 request_id; member
/aosp12/hardware/google/camera/common/hal/tests/
H A Dpipeline_request_id_manager_tests.cc30 uint32_t request_id; member
/aosp12/system/bt/service/
H A Dgatt_server.cc106 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse()
544 int conn_id, const RawAddress& bda, int request_id) { in GetConnection()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_event_defs.h371 u32 request_id; member
377 u32 request_id; member
389 u32 request_id; member
426 u32 request_id; member
H A Dgscan_event_handler.cpp44 void GScanCommandEventHandler::set_request_id(int request_id) in set_request_id()

12