Searched refs:match (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.h49 void flushNodes(match_fn match);
H A DQCameraQueue.cpp259 * @match : matching function
263 void QCameraQueue::flushNodes(match_fn match){ argument
268 if ( NULL == match ) {
279 if ( match(node->data, m_userData) ) {
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.c281 const struct cmd *cmd, *match = NULL, *sectcmd; local
346 if (match && sectcmd->idby != command_idby) {
351 match = sectcmd;
355 sectcmd = match;
356 match = NULL;
380 match = cmd;
384 if (match) {
391 if (match) {
392 cmd = match;
/hardware/libhardware_legacy/wifi/
H A Dwifi.c698 char *match, *match2; local
735 match = strchr(buf, ' ');
736 if (match != NULL) {
737 if (match[1] == '<') {
738 match2 = strchr(match + 2, '>');
740 nread -= (match2 - match);
741 memmove(match + 1, match2 + 1, nread - (match - buf) + 1);
748 match = strchr(buf, '>');
749 if (match !
[all...]
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h2171 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
2179 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h2549 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
2557 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h2317 struct v4l2_dbg_match match; member in struct:v4l2_dbg_register
2325 struct v4l2_dbg_match match; member in struct:v4l2_dbg_chip_ident

Completed in 3137 milliseconds