Searched refs:pushed (Results 1 – 9 of 9) sorted by relevance
/system/chre/core/ |
D | event_ref_queue.cc | 32 bool pushed = mQueue.push(event); in push() local 33 if (pushed) { in push() 37 return pushed; in push()
|
/system/bt/packet/avrcp/ |
D | pass_through_packet.h | 29 bool response, bool pushed, uint8_t operation_id); 39 PassThroughPacketBuilder(bool response, bool pushed, uint8_t opperation_id) in PassThroughPacketBuilder() argument 42 pushed_(pushed), in PassThroughPacketBuilder()
|
D | pass_through_packet.cc | 23 bool response, bool pushed, uint8_t opperation_id) { in MakeBuilder() argument 25 new PassThroughPacketBuilder(response, pushed, opperation_id)); in MakeBuilder()
|
/system/core/libstats/push_compat/ |
D | Android.bp | 20 // native modules on Q that log pushed atoms to statsd.
|
/system/bt/test/ |
D | README.md | 41 /tbd/aosp-master/out/target/product/bullhead/data/nativetest/n...st_bluetooth: 1 file pushed. 9.2 M…
|
/system/chre/platform/slpi/ |
D | host_link.cc | 189 bool pushed = false; in buildAndEnqueueMessage() local 205 pushed = true; in buildAndEnqueueMessage() 209 return pushed; in buildAndEnqueueMessage()
|
/system/chre/doc/ |
D | framework_debugging.md | 29 logs causing useful log messages to be pushed out of limited buffering space.
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 73 By attaching OverlayFS early, SEpolicy or init can be pushed and used after the exec phases of each…
|
/system/extras/simpleperf/doc/ |
D | README.md | 60 simpleperf executables can be pushed on any Android device and used to record profiling data.
|