Home
last modified time | relevance | path

Searched refs:confidence (Results 1 – 25 of 25) sorted by relevance

/hardware/google/pixel/pixelstats/
DDropDetect.cpp48 float confidence; member
128 message_struct->confidence, message_struct->accel_magnitude_peak, in handleNanoappMessage()
130 uint8_t confidence = message_struct->confidence * 100; in handleNanoappMessage() local
131 confidence = std::min<int>(confidence, 100); in handleNanoappMessage()
132 confidence = std::max<int>(0, confidence); in handleNanoappMessage()
139 PhysicalDropDetected drop = {confidence, accel_magnitude_peak_1000ths_g, in handleNanoappMessage()
/hardware/interfaces/gnss/1.0/
Dtypes.hal88 * (68% confidence).
94 * (68% confidence).
100 * (68% confidence).
106 * (68% confidence).
DIGnssDebug.hal75 * radial, 68% confidence.
80 * 68% confidence.
84 * Estimated speed accuracy in meters per second with 68% confidence.
88 * estimated bearing accuracy degrees with 68% confidence.
DIGnssGeofenceCallback.hal24 * An example state diagram with confidence level: 95% and Unknown time limit
25 * set as 30 secs is shown below. (confidence level and Unknown time limit are
67 * which uses a value of 95% as the confidence is recommended. The callback
/hardware/interfaces/soundtrigger/2.0/
Dtypes.hal55 /** confidence level in percent (0 - 100): */
69 /** confidence level for mode RecognitionMode.VOICE_TRIGGER */
72 * list of confidence levels per user for
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsm_fd.h41 __u32 confidence; member
/hardware/qcom/msm8998/kernel-headers/media/
Dmsm_fd.h42 __u32 confidence; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_fd.h41 __u32 confidence; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_fd.h41 __u32 confidence; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_fd.h41 __u32 confidence; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_fd.h42 __u32 confidence; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_fd.h51 __u32 confidence; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_fd.h51 __u32 confidence; member
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal95 * Represents the horizontal uncertainty (68% confidence) in meters on the device position at
103 * Represents the vertical uncertainty (68% confidence) in meters on the device position at
/hardware/interfaces/gnss/2.0/
Dtypes.hal57 * timestamp, with the reported measurements in nanoseconds (68% confidence).
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal384 * camera, plus an associated confidence value.
1155 * and an associated confidence value. The 3 MSBs of the sample make
1156 * up the confidence value, and the low 13 LSBs of the sample make up
1158 * For the confidence section, 0 means 100% confidence, 1 means 0%
1159 * confidence. The mapping to a linear float confidence value between
1161 * float confidence = (((depthSample >> 13) - 1) & 0x7) / 7.0f;
1165 * a variable-length float (x,y,z, confidence) coordinate point list.
/hardware/interfaces/confirmationui/1.0/
DIConfirmationUI.hal26 * high confidence that a user has seen the given prompt text even if the Android framework
/hardware/interfaces/camera/device/1.0/
Dtypes.hal209 * The confidence level of the face. The range is 1 to 100. 100 is the
210 * highest confidence. This is supported by both hardware and software
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1620 float confidence; member
1905 uint32_t confidence; /* Confidence on distance from 0(No confidence)to 1024(max) */ member
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT130 strict confidence and not disclose it to any third party or use it in any way
/hardware/invensense/6515/libsensors_iio/
DLicense.txt130 strict confidence and not disclose it to any third party or use it in any way
/hardware/interfaces/sensors/1.0/
Dtypes.hal591 * The sensor event contains a parameter for the confidence in the detection
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1537 * <p>List of the face confidence scores for
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7738 uint8_t confidence[MAX_ROI]; in translateFromHalMetadata() local
7741 confidence[i] = smiles->smile[i].smile_confidence; in translateFromHalMetadata()
7745 faceDetectionInfo->frame_id, i, degree[i], confidence[i]); in translateFromHalMetadata()
7750 confidence, numFaces); in translateFromHalMetadata()
/hardware/interfaces/radio/1.0/
Dtypes.hal1858 uint8_t confidenceLevel; // capacity estimate confidence: 0-100