Loading media/audioserver/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_binary { name: "audioserver", Loading media/codec2/hidl/plugin/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_library_headers { name: "libcodec2_hidl_plugin_headers", vendor_available: true, Loading media/codec2/hidl/plugin/samples/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_defaults { name: "sample-codec2-hidl-plugin-defaults", Loading media/libaaudio/src/core/AAudioAudio.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,8 @@ AAUDIO_API aaudio_result_t AAudioStream_write(AAudioStream* stream, // Don't allow writes when playing with a callback. if (audioStream->isDataCallbackActive()) { ALOGD("Cannot write to a callback stream when running."); // A developer requested this warning because it would have saved lots of debugging. ALOGW("%s() - Cannot write to a callback stream when running.", __func__); return AAUDIO_ERROR_INVALID_STATE; } Loading media/libaudioclient/fuzzer/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,15 @@ * limitations under the License. */ package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_fuzz { name: "audioflinger_fuzzer", srcs: [ Loading Loading
media/audioserver/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_binary { name: "audioserver", Loading
media/codec2/hidl/plugin/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_library_headers { name: "libcodec2_hidl_plugin_headers", vendor_available: true, Loading
media/codec2/hidl/plugin/samples/Android.bp +9 −0 Original line number Diff line number Diff line package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_defaults { name: "sample-codec2-hidl-plugin-defaults", Loading
media/libaaudio/src/core/AAudioAudio.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,8 @@ AAUDIO_API aaudio_result_t AAudioStream_write(AAudioStream* stream, // Don't allow writes when playing with a callback. if (audioStream->isDataCallbackActive()) { ALOGD("Cannot write to a callback stream when running."); // A developer requested this warning because it would have saved lots of debugging. ALOGW("%s() - Cannot write to a callback stream when running.", __func__); return AAUDIO_ERROR_INVALID_STATE; } Loading
media/libaudioclient/fuzzer/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,15 @@ * limitations under the License. */ package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_av_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_av_license"], } cc_fuzz { name: "audioflinger_fuzzer", srcs: [ Loading