/system/chre/core/include/chre/core/ |
D | sensor_request.h | 139 void setBiasUpdatesRequested(bool requested) { in setBiasUpdatesRequested() argument 140 mBiasUpdatesRequested = requested; in setBiasUpdatesRequested()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_reader.cpp | 139 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer() argument 140 *actual = std::min(remaining(), requested); in GetBuffer() 207 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer() argument 210 *actual = std::min({requested, ignore_start_, sizeof(discard_)}); in GetBuffer() 216 *actual = std::min(requested, sizeof(discard_)); in GetBuffer() 219 return MemoryByteSink::GetBuffer(requested, actual); in GetBuffer()
|
D | inspect_cow.cpp | 48 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer() argument 50 stream_.resize(old_size + requested, '\0'); in GetBuffer() 51 *actual = requested; in GetBuffer()
|
D | snapuserd_worker.cpp | 49 void* BufferSink::GetBuffer(size_t requested, size_t* actual) { in GetBuffer() argument 50 void* buf = GetPayloadBuffer(requested); in GetBuffer() 55 *actual = requested; in GetBuffer()
|
D | snapuserd.h | 97 void* GetBuffer(size_t requested, size_t* actual) override;
|
D | cow_api_test.cpp | 50 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer() argument 52 stream_.resize(old_size + requested, '\0'); in GetBuffer() 53 *actual = requested; in GetBuffer()
|
/system/extras/cppreopts/ |
D | cppreopts.rc | 26 on property:sys.cppreopt=requested && property:ro.postinstall.fstab.prefix=/system 34 on property:sys.cppreopt=requested && property:ro.postinstall.fstab.prefix=/product
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 86 /// sampling at the requested interval 148 /// Indicates whether the nanoapp successfully performed the requested action. 155 /// sampling at the requested interval
|
/system/hardware/interfaces/suspend/1.0/ |
D | ISystemSuspend.hal | 27 * @param type type of the requested wake lock.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | clatd.te | 23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | clatd.te | 23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | clatd.te | 23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | cow_reader.h | 55 virtual void* GetBuffer(size_t requested, size_t* actual) = 0;
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 41 * Retrieve an existing service that supports the requested version. 49 * @return service Handle to requested service, same as provided in
|
/system/apex/tests/testdata/ |
D | trigger_watchdog.rc | 35 on userspace-reboot-requested && property:test.apex_userspace_reboot_simulate_shutdown_failed=1
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 56 * Response to a SensorInfoCommand containing data about the requested sensor.
|
/system/memory/libmemunreachable/ |
D | README.md | 6 … the allocator (jemalloc) for active allocations when leak detection is requested. In addition, i… 58 1. *Original process*: Leak detection is requested by calling `GetUnreachableMemory()`
|
/system/chre/doc/ |
D | framework_debugging.md | 47 requested via the Context Hub HAL’s built-in `debug()` method, which is
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 101 /// The nanaopp can either be requested to be loaded via a file or via a buffer. 162 /// If true and fragmented loading is requested, the LoadNanoappResponse
|
/system/core/fastboot/ |
D | README.md | 39 b. FAIL -> the requested command failed. The remaining 60 bytes 43 c. OKAY -> the requested command completed successfully. Go to #5 45 d. DATA -> the requested command is ready for the data phase.
|
/system/core/rootdir/ |
D | init.usb.rc | 142 on userspace-reboot-requested
|