Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 37) sorted by relevance

12

/system/chre/core/
Daudio_request_manager.cc123 for (const auto& request : mAudioRequestLists[i].requests) { in logStateToBuffer()
174 size_t lastNumRequests = requestList.requests.size(); in doConfigureSource()
192 requestList.requests.erase(requestIndex); in doConfigureSource()
211 size_t numRequests = mAudioRequestLists[handle].requests.size(); in updatePlatformHandleEnabled()
238 if (!requestList.requests.emplace_back(numSamples, deliveryInterval, in createAudioRequest()
241 } else if (!requestList.requests.back().instanceIds.push_back(instanceId)) { in createAudioRequest()
242 requestList.requests.pop_back(); in createAudioRequest()
261 auto& requests = mAudioRequestLists[handle].requests; in findAudioRequestByInstanceId() local
262 for (size_t i = 0; i < requests.size(); i++) { in findAudioRequestByInstanceId()
263 auto& audioRequest = requests[i]; in findAudioRequestByInstanceId()
[all …]
Dsensor_request_manager.cc129 SensorRequests& requests = mSensorRequests[sensorIndex]; in setSensorRequest() local
130 if (!requests.isSensorSupported()) { in setSensorRequest()
135 const Sensor& sensor = requests.getSensor(); in setSensorRequest()
142 bool nanoappHasRequest = (requests.find(nanoapp->getInstanceId(), in setSensorRequest()
152 success = requests.remove(requestIndex, &requestChanged); in setSensorRequest()
175 success = requests.add(sensorRequest, &requestChanged); in setSensorRequest()
199 success = requests.update(requestIndex, sensorRequest, &requestChanged); in setSensorRequest()
257 SensorRequests& requests = mSensorRequests[sensorIndex]; in removeAllRequests() local
260 for (const SensorRequest& request : requests.getRequests()) { in removeAllRequests()
268 success = requests.removeAll(); in removeAllRequests()
[all …]
/system/core/libappfuse/tests/
DFuseAppLoopTest.cc42 std::vector<CallbackRequest> requests; member in android::fuse::__anon239256b20111::Callback
56 requests.push_back({.code = FUSE_FSYNC, .inode = inode}); in OnFsync()
62 requests.push_back({.code = FUSE_WRITE, .inode = inode}); in OnWrite()
68 requests.push_back({.code = FUSE_READ, .inode = inode}); in OnRead()
73 requests.push_back({.code = FUSE_OPEN, .inode = inode}); in OnOpen()
78 requests.push_back({.code = FUSE_RELEASE, .inode = inode}); in OnRelease()
115 ASSERT_EQ(1u, callback_.requests.size()); in CheckCallback()
116 EXPECT_EQ(code, callback_.requests[0].code); in CheckCallback()
117 EXPECT_EQ(10u, callback_.requests[0].inode); in CheckCallback()
/system/core/adb/
DSYNC.TXT1 This file tries to document file-related requests a client can make
4 about the other requests that are possible.
18 packets to communicate. In this document these are called sync requests and sync
26 The following sync requests are accepted:
32 All of the sync requests above must be followed by "length": the number of
68 request (but not to chunk requests) with an "OKAY" sync response (length can
DOVERVIEW.TXT52 Then, the client sends its service requests to the ADB server.
95 to the server itself (we will talk about other kinds of requests later).
107 client to make other requests. But in certain cases, an OKAY will even
112 the "OKAY" answer, all further requests made by the client will go
/system/bt/stack/gap/
Dgap_ble.cc44 std::queue<tGAP_REQUEST> requests; member
238 if (!clcb.requests.size()) { in send_cl_read_request()
242 tGAP_REQUEST& req = clcb.requests.front(); in send_cl_read_request()
245 clcb.requests.pop(); in send_cl_read_request()
376 p_clcb->requests.push({.uuid = uuid, .p_cback = p_cback}); in accept_client_operation()
/system/sepolicy/prebuilts/api/29.0/private/
Dfsverity_init.te22 # When kernel requests an algorithm, the crypto API first looks for an
/system/sepolicy/private/
Dfsverity_init.te22 # When kernel requests an algorithm, the crypto API first looks for an
/system/sepolicy/prebuilts/api/27.0/public/
Dclatd.te26 # so we permit any requests we see from clatd asking for this capability.
/system/sepolicy/prebuilts/api/28.0/public/
Dclatd.te26 # so we permit any requests we see from clatd asking for this capability.
/system/sepolicy/prebuilts/api/26.0/public/
Dclatd.te26 # so we permit any requests we see from clatd asking for this capability.
/system/sepolicy/prebuilts/api/29.0/public/
Dclatd.te29 # so we permit any requests we see from clatd asking for this capability.
Dkernel.te85 # Needed because APEX uses the loopback driver, which issues requests from
/system/sepolicy/public/
Dclatd.te29 # so we permit any requests we see from clatd asking for this capability.
Dkernel.te85 # Needed because APEX uses the loopback driver, which issues requests from
/system/chre/core/include/chre/core/
Daudio_request_manager.h190 DynamicVector<AudioRequest> requests; member
/system/hardware/interfaces/net/netd/1.0/
DINetd.hal25 * Return values for INetd requests
/system/chre/platform/shared/idl/
Dhost_messages.fbs92 /// meaning that load requests will be processed in the order they are sent
93 /// but multiple requests can be outstanding at any given time.
100 /// sequential requests, which will follow the following steps:
113 /// requests starting from the second fragment, all fields except
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal26 * Return values for Keystore requests.
/system/extras/perfprofd/
Dperfprofd_config.proto67 // If set to 1, pass the -g option when invoking 'perf' (requests
/system/chre/platform/slpi/see/
Dplatform_sensor.cc301 const DynamicVector<SensorRequest>& requests = in updateSamplingStatus() local
304 for (const auto& req : requests) { in updateSamplingStatus()
/system/core/libutils/
DREADME28 resources in other packages. When an application requests resources,
189 During initialization of a Dalvik process, ActivityThread.java requests
/system/core/fs_mgr/
DREADME.overlayfs.md23 requests.
/system/core/rootdir/etc/
Dld.config.legacy.txt45 # If a shared library or an executable requests a shared library that
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc913 auto& requests = EventLoopManagerSingleton::get()-> in updateSamplingStatus() local
915 for (const auto& req : requests) { in updateSamplingStatus()

12