Home
last modified time | relevance | path

Searched refs:patch2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DThinPatchesActivity.java56 mPatch3 = resources.getDrawable(R.drawable.patch2); in PatchView()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1217 struct audio_patch patch2; in insertCommand_l() local
1220 patch2 = ((CreateAudioPatchData *)command2->mParam.get())->mPatch; in insertCommand_l()
1223 memset(&patch2, 0, sizeof(patch2)); in insertCommand_l()
1231 if (patch.num_sources == patch2.num_sources) { in insertCommand_l()
1233 if (patch.sources[count].id != patch2.sources[count].id) { in insertCommand_l()