Searched refs:requests (Results 1 – 12 of 12) sorted by relevance
/system/chre/core/ |
D | sensor_request_manager.cc | 124 SensorRequests& requests = mSensorRequests[sensorIndex]; in setSensorRequest() local 125 const Sensor& sensor = requests.sensor; in setSensorRequest() 136 bool nanoappHasRequest = (requests.find(nanoapp, &requestIndex) != nullptr); in setSensorRequest() 145 success = requests.remove(requestIndex, &requestChanged); in setSensorRequest() 161 success = requests.add(sensorRequest, &requestChanged); in setSensorRequest() 176 success = requests.update(requestIndex, sensorRequest, &requestChanged); in setSensorRequest() 228 SensorRequests& requests = mSensorRequests[sensorIndex]; in removeAllRequests() local 231 for (const SensorRequest& request : requests.multiplexer.getRequests()) { in removeAllRequests() 236 success = requests.removeAll(); in removeAllRequests() 256 const auto& requests = multiplexer.getRequests(); in find() local [all …]
|
/system/core/libappfuse/tests/ |
D | FuseAppLoopTest.cc | 42 std::vector<CallbackRequest> requests; member in android::fuse::__anon7435ee890111::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. 26 The following sync requests are accepted: 68 request (but not to chuck requests) with an "OKAY" sync response (length can
|
D | OVERVIEW.TXT | 52 then, the client sends its service requests to the ADB server. It doesn't 96 to the server itself (we will talk about other kinds of requests later). 111 client to make other requests. But in certain cases, an OKAY will even 116 the "OKAY" answer, all further requests made by the client will go
|
D | SERVICES.TXT | 1 This file tries to document all requests a client can make
|
/system/sepolicy/public/ |
D | clatd.te | 26 # so we permit any requests we see from clatd asking for this capability.
|
D | domain.te | 968 # hwservicemanager is the only process which handles hw list requests
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 26 * Return values for Keystore requests.
|
/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/bt/doc/ |
D | power_management.md | 81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`).
|
/system/extras/simpleperf/ |
D | README.md | 11 Bugs and feature requests can be submitted at 560 Simpleperf requests kernel to dump user stack and user register set for each
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 27216 some time interval, further requests that require authorization and the TPM is in Lockout mode. Whi… 30841 number of values in response to subsequent requests.
|