Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal57 * @param directionUp True to change towards higher numeric values
71 * @param directionUp True to change towards higher numeric values
/hardware/interfaces/media/c2/1.0/
Dtypes.hal186 // Generic way to describe supported numeric values for Codec2 interfaces.
273 * actual field that is numeric (non struct, blob or string). Supported
343 * Named value type. This is used for defining an enum value for a numeric
360 * numeric types.
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal151 // Generic way to describe supported numeric values for Codec 2.0 interfaces.
235 * actual field that is numeric (non struct, blob or string). Supported
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h128 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h127 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h130 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h167 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h149 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h164 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h165 const ::android::hardware::hidl_string& numeric);
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t404 * An operand or operation whose numeric type value is above
Dtypes.hal5639 * An operand or operation whose numeric type value is above
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal468 * @param numeric is 5 or 6 digit numeric code (MCC + MNC) or empty string if unregistered
481 string numeric);
Dtypes.hal1431 string operatorNumeric; // 5 or 6 digit numeric code (MCC + MNC)
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal773 * The numeric ASN.1 tag numbers are the same values as the IKeymasterDevice Tag enum values,
1067 * @param authToken Authentication token. Callers that provide no token must set all numeric
1174 * @param authToken Authentication token. Callers that provide no token must set all numeric
1294 * @param authToken Authentication token. Callers that provide no token must set all numeric
Dtypes.hal572 * Tag::OS_VERSION. If the content is non-numeric, the secure environment must use 0 as the
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t380 * An operand or operation whose numeric type value is above
Dtypes.hal4982 * An operand or operation whose numeric type value is above
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal541 * which describes both gamma curve and numeric range (within the bit depth).
/hardware/ril/libril/
Dril_service.cpp3984 hidl_string numeric; in getOperatorResponse() local
3994 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
3997 responseInfo, longName, shortName, numeric); in getOperatorResponse()