Searched defs:log (Results 1 - 25 of 52) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dftfy.sh26 log() { function
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
70 log "Modified commit message:"
85 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
107 log "Install astyle v1.24 or newer"
112 log "Working tree is dirty, commit your changes first"
154 log "Formatting changes applied, verify and commit."
155 log "See also: http://www.webmproject.org/code/contribute/conventions/"
/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.h38 inline virtual void log() const {} function in struct:LocMsg
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.h38 inline virtual void log() const {} function in struct:LocMsg
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h51 hndrte_log_t log; member in struct:__anon67
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_systemdependent.h63 int log = 0; local
72 log += shift;
75 return log;
/hardware/qcom/gps/core/
H A DMsgTask.h43 inline virtual void log() const {} function in struct:loc_core::LocMsg
/hardware/qcom/gps/msm8084/core/
H A DMsgTask.h43 inline virtual void log() const {} function in struct:loc_core::LocMsg
/hardware/qcom/gps/msm8960/core/
H A DLocAdapterBase.cpp54 inline virtual void log() { function in struct:loc_core::LocOpenMsg
H A DMsgTask.h43 inline virtual void log() const {} function in struct:loc_core::LocMsg
/hardware/qcom/gps/msm8994/core/
H A DMsgTask.h43 inline virtual void log() const {} function in struct:loc_core::LocMsg
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h51 #define log(x) ml_log(x) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h51 #define log(x) ml_log(x) macro
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
99 inline virtual void log() const { function in struct:LocEngSetXtraVersionCheck
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
99 inline virtual void log() const { function in struct:LocEngSetXtraVersionCheck
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
99 inline virtual void log() const { function in struct:LocEngSetXtraVersionCheck
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp53 inline virtual void log() const { function in struct:LocEngRequestXtraServer
80 inline virtual void log() const { function in struct:LocEngInjectXtraData
99 inline virtual void log() const { function in struct:LocEngSetXtraVersionCheck
H A Dloc_eng_ni.cpp94 inline virtual void log() const function in struct:LocEngInformNiResponse
/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp246 std::string log; local
247 log.append("---InputEvent for device %s---\n");
248 log.append(" when: %" PRId64 "\n");
249 log.append(" type: %d\n");
250 log.append(" code: %d\n");
251 log.append(" value: %d\n");
252 ALOGD(log.c_str(), mDeviceNode->getPath().c_str(), event.when, event.type, event.code,

Completed in 1849 milliseconds

123