Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 8 of 8) sorted by relevance

/system/chre/core/
Devent_ref_queue.cc31 bool pushed = mQueue.push(event); in push() local
32 if (pushed) { in push()
36 return pushed; in push()
/system/bt/packet/avrcp/
Dpass_through_packet.h29 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()
Dpass_through_packet.cc23 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/
DAndroid.bp20 // native modules on Q that log pushed atoms to statsd.
/system/bt/test/
DREADME.md41 /tbd/aosp-master/out/target/product/bullhead/data/nativetest/n...st_bluetooth: 1 file pushed. 9.2 M…
/system/chre/platform/slpi/
Dhost_link.cc197 bool pushed = false; in buildAndEnqueueMessage() local
213 pushed = true; in buildAndEnqueueMessage()
217 return pushed; in buildAndEnqueueMessage()
/system/core/fs_mgr/
DREADME.overlayfs.md73 By attaching OverlayFS early, SEpolicy or init can be pushed and used after the exec phases of each…
/system/extras/simpleperf/doc/
DREADME.md59 simpleperf executables can be pushed on any Android device and used to record profiling data.