Home
last modified time | relevance | path

Searched defs:S (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/include/
DC2ParamDef.h122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value) argument
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp71 inline sp<ISensors>& S() { return SensorsHidlEnvironmentV1_0::Instance()->sensors; } in S() function in SensorsHidlTest
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp212 typedef C2StreamMediaTypeSetting S; in QueryMediaType() typedef
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp36 #define XSTR(S) #S in Context() argument
37 #define STR(S) XSTR(S) in Context() argument
/hardware/google/av/codec2/tests/
DC2Param_test.cpp2063 const C2NumbersStreamTuning *S[] = { outs1.get(), ins1.get(), bouts1.get() }; in TEST_F() local