Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 35) sorted by relevance

12

/system/chre/core/include/chre/core/
Dsensor_request.h139 void setBiasUpdatesRequested(bool requested) { in setBiasUpdatesRequested() argument
140 mBiasUpdatesRequested = requested; in setBiasUpdatesRequested()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.cpp139 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()
Dinspect_cow.cpp48 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()
Dsnapuserd_worker.cpp49 void* BufferSink::GetBuffer(size_t requested, size_t* actual) { in GetBuffer() argument
50 void* buf = GetPayloadBuffer(requested); in GetBuffer()
55 *actual = requested; in GetBuffer()
Dsnapuserd.h97 void* GetBuffer(size_t requested, size_t* actual) override;
Dcow_api_test.cpp50 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/
Dcppreopts.rc26 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/
Dchre_power_test.fbs86 /// 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/
DISystemSuspend.hal27 * @param type type of the requested wake lock.
/system/sepolicy/prebuilts/api/26.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/28.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/27.0/public/
Dclatd.te23 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/private/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/29.0/public/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/30.0/private/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/31.0/private/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h55 virtual void* GetBuffer(size_t requested, size_t* actual) = 0;
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal41 * Retrieve an existing service that supports the requested version.
49 * @return service Handle to requested service, same as provided in
/system/apex/tests/testdata/
Dtrigger_watchdog.rc35 on userspace-reboot-requested && property:test.apex_userspace_reboot_simulate_shutdown_failed=1
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto56 * Response to a SensorInfoCommand containing data about the requested sensor.
/system/memory/libmemunreachable/
DREADME.md6 … 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/
Dframework_debugging.md47 requested via the Context Hub HAL’s built-in `debug()` method, which is
/system/chre/platform/shared/idl/
Dhost_messages.fbs101 /// 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/
DREADME.md39 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/
Dinit.usb.rc142 on userspace-reboot-requested

12