Searched defs:mode0 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | test_stubs.h | 62 #define DURING_1(mode0) if (MODE_IS(mode0)) argument 63 #define DURING_2(mode0, mode1) if (MODE_IS(mode0) || MODE_IS(mode1)) argument 64 #define DURING_3(mode0, mode1, mode2) if (MODE_IS(mode0) || MODE_IS(mode1) || MODE_IS(mode2)) argument 65 #define DURING_4(mode0, mode1, mode2, mode3) \ argument 67 #define DURING_5(mode0, mode1, mode2, mode3, mode4) \ argument 69 #define DURING_6(mode0, mode1, mode2, mode3, mode4, mode5) \ argument
|
/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec.c | 172 GLubyte mode0, GLubyte mode1, in vbo_merge_draws()
|
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/ |
D | parser_pipeline_test.cc | 284 auto mode0 = pipelines[0]->GetPipelineData()->GetPolygonMode(); in TEST_F() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | interp_search.c | 732 const int mode0 = compound_ref0_mode(mbmi->mode); in av1_interpolation_filter_search() local
|
H A D | rdopt.c | 3015 const int mode0 = compound_ref0_mode(this_mode); in handle_inter_mode() local
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | CameraDeviceTest.java | 2807 int mode0 = CameraDevice.AUDIO_RESTRICTION_VIBRATION_SOUND; in testTwoCameraDevicesAudioRestriction() local
|