Home
last modified time | relevance | path

Searched defs:patchId (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp106 const sp<StreamHalInterface>& stream, int32_t mixPortConfigId, int32_t patchId) { in addStream()
128 int32_t* patchId, Cleanups* cleanups) { in createOrUpdatePatch()
890 status_t Hal2AidlMapper::releaseAudioPatch(int32_t patchId) { in releaseAudioPatch()
896 const int32_t patchId = it->first; in releaseAudioPatch() local
914 for (const auto patchId : patchIds) { in releaseAudioPatches() local
947 if (const int32_t patchId = it->second.second; patchId != -1) { in resetUnusedPatchesAndPortConfigs() local
1061 for (int32_t patchId : patchIdsToRelease) { in setDevicePortConnectedState() local
DHal2AidlMapper.h210 void resetPatch(int32_t patchId) { (void)releaseAudioPatch(patchId); } in resetPatch()
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp395 ndk::ScopedAStatus resetAudioPatch(int32_t patchId) override { in resetAudioPatch()
961 void CreateFwkPatch(int32_t* patchId) { in CreateFwkPatch()
975 void ReleaseFwkOnlyPatch(int32_t patchId) { in ReleaseFwkOnlyPatch()
1056 int32_t patchId; in TEST_F() local
1073 int32_t patchId; in TEST_F() local
1091 int32_t patchId; in TEST_F() local
1114 int32_t patchId; in TEST_F() local
1130 int32_t patchId; in TEST_F() local
1170 const int32_t patchId = mPatch.id; in TEST_F() local
1223 int32_t patchId; in TEST_F() local