Home
last modified time | relevance | path

Searched refs:first_value (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c313 static int first_value = 0; in fifo_callback() local
314 if(first_value == 0){ in fifo_callback()
315 first_value = 1; in fifo_callback()
324 static int first_value = 0; in fifo_callback()
325 if(first_value == 0){ in fifo_callback()
326 first_value = 1; in fifo_callback()
/aosp12/system/tools/aidl/
H A Dgenerate_java.cpp716 const auto& first_value = first_field->ValueString(ConstantValueDecorator); in generate_union() local
721 out << first_type + " _value = " << (first_value.empty() ? "null" : first_value) << ";\n"; in generate_union()
H A Dgenerate_rust.cpp617 const auto& first_value = first_field->ValueString(ConstantValueDecorator); in GenerateParcelDefault() local
621 out << first_field->GetCapitalizedName() << "(" << first_value << ")\n"; in GenerateParcelDefault()