Home
last modified time | relevance | path

Searched refs:print (Results 1 – 10 of 10) sorted by relevance

/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_environment_test.cc75 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
77 ptr->SetEventProcessor(print); in TEST()
94 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
96 ptr->SetEventProcessor(print); in TEST()
113 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
115 ptr->SetEventProcessor(print); in TEST()
Dgoog_sensor_motion_test.cc119 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
121 ptr->SetEventProcessor(print); in TEST()
139 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
141 ptr->SetEventProcessor(print); in TEST()
159 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
161 ptr->SetEventProcessor(print); in TEST()
179 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
181 ptr->SetEventProcessor(print); in TEST()
199 std::function<void(const ExtendedSensorEvent& event)> print = in TEST() local
201 ptr->SetEventProcessor(print); in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DDumpResult.proto22 /* If callerShouldDumpState is true, caller would print the information in buffer and
26 /* The dumped information for the caller to print. */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h95 uint print; /* Print counts every <print> attempts */ member
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleUtils.cpp212 std::string VhalError::print() const { in print() function in android::hardware::automotive::vehicle::VhalError
/hardware/interfaces/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/
DSthalCli.java137 System.out.print( in printUsage()
/hardware/interfaces/soundtrigger/2.3/cli/java/android/hardware/soundtrigger/V2_3/cli/
DSthalCli.java105 System.out.print("Available commands:\n" + "h - help\n" + "q - quit\n" in processCommand()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h249 std::string print() const;
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal189 * but may simply print out 'Device disconnected' or equivalent.
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c643 pktgen.print = opts.uval; in dhd_pktgen()
715 if (pktgen.print) { in dhd_pktgen()
716 printf("%sprint every %d ticks", str, (pktgen.freq * pktgen.print)); in dhd_pktgen()