HomeSort by relevance Sort by last modified time
    Searched defs:dumpBuffer (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/profile/
instrprof-merge.c 15 int dumpBuffer(const char *FileN, const char *Buffer, uint64_t Size) {
71 return dumpBuffer(argv[1], Buffer, Size);
75 // CHECK-LABEL: dumpBuffer:
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
277 dumpBuffer("DEV -> APP", app_name, msg.hdr.eventId, &msg.data[0], msg.hdr.len);
408 dumpBuffer("APP -> HAL", msg->app_name, msg->message_type, msg->message, msg->message_len);
416 dumpBuffer("APP -> DEV", msg->app_name, msg->message_type, msg->message, msg->message_len);
  /device/google/contexthub/contexthubhal/test/
main.cpp 44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
177 dumpBuffer(log, "Rx", msg.app_name, msg.message_type, msg.message, msg.message_len, 0);
196 dumpBuffer(log, "TxCmd", msg.app_name, msg.message_type, msg.message, msg.message_len, 0);
209 dumpBuffer(log, "TxMsg", msg.app_name, msg.message_type, msg.message, msg.message_len, 0);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 311 milliseconds