/system/chre/core/ |
D | audio_request_manager.cc | 123 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 …]
|
D | sensor_request_manager.cc | 129 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/ |
D | FuseAppLoopTest.cc | 42 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/ |
D | SYNC.TXT | 1 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
|
D | OVERVIEW.TXT | 52 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/ |
D | gap_ble.cc | 44 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/ |
D | fsverity_init.te | 22 # When kernel requests an algorithm, the crypto API first looks for an
|
/system/sepolicy/private/ |
D | fsverity_init.te | 22 # When kernel requests an algorithm, the crypto API first looks for an
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | clatd.te | 26 # so we permit any requests we see from clatd asking for this capability.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | clatd.te | 26 # so we permit any requests we see from clatd asking for this capability.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | clatd.te | 26 # so we permit any requests we see from clatd asking for this capability.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | clatd.te | 29 # so we permit any requests we see from clatd asking for this capability.
|
D | kernel.te | 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/public/ |
D | clatd.te | 29 # so we permit any requests we see from clatd asking for this capability.
|
D | kernel.te | 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/chre/core/include/chre/core/ |
D | audio_request_manager.h | 190 DynamicVector<AudioRequest> requests; member
|
/system/hardware/interfaces/net/netd/1.0/ |
D | INetd.hal | 25 * Return values for INetd requests
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 92 /// 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/ |
D | IKeystore.hal | 26 * Return values for Keystore requests.
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 67 // If set to 1, pass the -g option when invoking 'perf' (requests
|
/system/chre/platform/slpi/see/ |
D | platform_sensor.cc | 301 const DynamicVector<SensorRequest>& requests = in updateSamplingStatus() local 304 for (const auto& req : requests) { in updateSamplingStatus()
|
/system/core/libutils/ |
D | README | 28 resources in other packages. When an application requests resources, 189 During initialization of a Dalvik process, ActivityThread.java requests
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 23 requests.
|
/system/core/rootdir/etc/ |
D | ld.config.legacy.txt | 45 # If a shared library or an executable requests a shared library that
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor.cc | 913 auto& requests = EventLoopManagerSingleton::get()-> in updateSamplingStatus() local 915 for (const auto& req : requests) { in updateSamplingStatus()
|