Searched refs:status (Results 401 - 406 of 406) sorted by relevance

<<11121314151617

/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h1095 __u32 status; member in struct:v4l2_input
1104 /* field 'status' - general */
1109 /* field 'status' - sensor orientation */
1114 /* field 'status' - analog */
1118 /* field 'status' - digital */
1123 /* field 'status' - VCR and set-top box */
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h1084 __u32 status; member in struct:v4l2_input
1093 /* field 'status' - general */
1098 /* field 'status' - sensor orientation */
1103 /* field 'status' - analog */
1107 /* field 'status' - digital */
1112 /* field 'status' - VCR and set-top box */
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c456 * Get current status
3740 /* Get the status of identifier at particulare index of the list
3742 * ident - identifier value for which status needs to be get
3743 * status - status to be set (1 - active, 0 - inactive)
3787 /* Set the status of identifier at particulare index of the list
3789 * ident - identifier value for which status needs to be set
3790 * status - status to be set (1 - active, 0 - inactive)
3793 const char *ident, int status, in
3792 snd_ucm_set_status_at_index(struct snd_ucm_ident_node *head, const char *ident, int status, int capability) argument
[all...]
/hardware/intel/img/libdrm/
H A Dconfigure364 # script with status $?, using 1 if that was 0.
449 # Exit status is that of the last command.
682 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1842 $as_echo "$as_me: program exited with status $ac_status" >&5
2318 # Pass precious variables to config.status.
3953 if test -f $srcdir/config.status; then
10171 int status = $lt_dlunknown;
10175 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10176 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10182 return status;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3761 int status = 0; local
3767 char* const readable_name = __cxa_demangle(name, 0, 0, &status);
3768 const std::string name_str(status == 0 ? readable_name : name);
8222 // exit status: The integer exit information in the format specified
8268 // Waits for the death test to finish and returns its status.
8272 // exited during the test, its exit status matches a user-supplied
8601 // integer exit status that satisfies predicate, and emitting error output
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2866 if (coded_buffer_segment->status & VA_CODED_BUF_STATUS_SLICE_OVERFLOW_MASK) {

Completed in 563 milliseconds

<<11121314151617