Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 3859) sorted by relevance

12345678910>>...155

/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp218 common::V1_0::Axis::X);
220 common::V1_0::Axis::Y);
224 common::V1_0::Axis::SIZE);
240 common::V1_0::Axis::Z);
242 common::V1_0::Axis::RX);
244 common::V1_0::Axis::RY);
246 common::V1_0::Axis::RZ);
248 common::V1_0::Axis::HAT_X);
262 common::V1_0::Axis::GAS);
268 common::V1_0::Axis::TILT);
[all …]
/aosp12/system/bt/audio_hearing_aid_hw/src/
H A Daudio_hearing_aid_hw.cc437 ha_open_ctrl_path(common); in ha_command()
523 INFO("got input audio config %d %d", common->cfg.format, common->cfg.rate); in ha_read_input_audio_config()
645 common->buffer_sz *= 2; in ha_read_output_audio_config()
676 switch (common->cfg.rate) { in ha_write_output_audio_config()
809 delete common->mutex; in ha_stream_common_destroy()
810 common->mutex = NULL; in ha_stream_common_destroy()
830 common->audio_fd = skt_connect(HEARING_AID_DATA_PATH, common->buffer_sz); in start_audio_datapath()
1387 return in->common.cfg.rate; in in_get_sample_rate()
1395 if (in->common.cfg.rate > 0 && in->common.cfg.rate == rate) in in_set_sample_rate()
1596 if ((out->common.cfg.format != 0) || (out->common.cfg.rate != 0) || in adev_open_output_stream()
[all …]
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jar ... com/ com/google/ com/google/common/ com/google/common/annotations/ com ...
H A Dguava-28.0-jre.jar ... com/ com/google/ com/google/common/ com/google/common/annotations/ com ...
H A Dauto-common-0.10.jar ... maven/com.google.auto/auto-common/ com/google/auto/common/SuperficialValidation ...
H A Dauto-value-1.5.3.jar ... final autovalue.shaded.com.google$.common.collect.$ImmutableMap properties private final autovalue. ...
H A Ddagger-android-processor-2.23.jar ... .common public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object { private ...
H A Ddagger-spi-2.23.jar ... .common public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object { private ...
/aosp12/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc520 INFO("got input audio config %d %d", common->cfg.format, common->cfg.rate); in a2dp_read_input_audio_config()
636 common->buffer_sz *= 2; in a2dp_read_output_audio_config()
667 switch (common->cfg.rate) { in a2dp_write_output_audio_config()
828 delete common->mutex; in a2dp_stream_common_destroy()
829 common->mutex = NULL; in a2dp_stream_common_destroy()
849 common->audio_fd = skt_connect(A2DP_DATA_PATH, common->buffer_sz); in start_audio_datapath()
993 return out->common.cfg.rate; in out_get_sample_rate()
1423 return in->common.cfg.rate; in in_get_sample_rate()
1431 if (in->common.cfg.rate > 0 && in->common.cfg.rate == rate) in in_set_sample_rate()
1632 if ((out->common.cfg.format != 0) || (out->common.cfg.rate != 0) || in adev_open_output_stream()
[all …]
/aosp12/packages/apps/TV/libs/
H A Dtruth-0.45.jar ... com/ com/google/ com/google/common/ com/google/common/truth/ com ...
H A Dgoogle-java-format-1.7-all-deps.jar ... java.lang.String, com.google.common.collect.Range) public abstract void blankLine ( ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jar ... com/ com/google/ com/google/common/ com/google/common/util/ com
/aosp12/hardware/interfaces/audio/common/all-versions/default/
H A DAndroid.bp26 name: "android.hardware.audio.common-util",
52 name: "android.hardware.audio.common-util@2-6",
72 "android.hardware.audio.common-util",
75 "android.hardware.audio.common-util",
89 "android.hardware.audio.common@2.0",
103 "android.hardware.audio.common@4.0",
117 "android.hardware.audio.common@5.0",
131 "android.hardware.audio.common@6.0",
149 "android.hardware.audio.common@7.0",
171 "android.hardware.audio.common@6.0",
[all …]
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py27 import common
237 self.assertRaises(common.ExternalError, common.BuildInfo, info_dict, None,
462 common.ZipClose(zip_file)
497 common.ZipClose(zip_file)
698 common.ExternalError, common.ZipDelete, zip_file.name, 'Test2')
998 common.ExternalError, common.GetMinSdkVersion, 'does-not-exist.apk')
1008 common.ExternalError, common.GetMinSdkVersionInt, 'does-not-exist.apk',
1339 common.ExternalError, common.GetAvbChainedPartitionArg, 'system',
1382 common.ZipWriteStr(
1785 self.assertRaises(common.ExternalError, common.AppendGkiSigningArgs, cmd)
[all …]
H A Dtest_ota_from_target_files.py22 import common
96 dict_file = common.MakeTempFile()
994 proc = common.Run(cmd)
1423 build_info = common.BuildInfo(common.LoadInfoDict(self.test_dir))
1444 build_info = common.BuildInfo(common.LoadInfoDict(self.test_dir))
1478 build_info = common.BuildInfo(common.LoadInfoDict(self.test_dir))
1517 common.OPTIONS.boot_variable_file = common.MakeTempFile()
1521 build_info = common.BuildInfo(common.LoadInfoDict(self.test_dir))
1576 common.OPTIONS.boot_variable_file = common.MakeTempFile()
1614 target_info = common.BuildInfo(common.LoadInfoDict(self.test_dir))
[all …]
/aosp12/system/bt/gd/os/
H A Dhandler.h62 …Post(common::BindOnce(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(… in CallOn()
66 common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, Args...>> BindOnce( in BindOnce()
68 return common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, Args...>>( in BindOnce()
73 common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOnceOn( in BindOnceOn()
75 return common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, T, Args...>>( in BindOnceOn()
80common::ContextualCallback<common::MakeUnboundRunType<Functor, Args...>> Bind(Functor&& functor, A… in Bind()
81 return common::ContextualCallback<common::MakeUnboundRunType<Functor, Args...>>( in Bind()
86 common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOn( in BindOn()
88 return common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>>( in BindOn()
89common::Bind(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(args)...)… in BindOn()
[all …]
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c45 oneChannelBitAllocation(common, &bitneedsL, 0, bitcountL); in dualBitAllocation()
46 oneChannelBitAllocation(common, &bitneedsR, 1, bitcountR); in dualBitAllocation()
73 excess = allocAdjustedBits(&common->bits.uint8[sbL], in stereoBitAllocation()
76 excess = allocAdjustedBits(&common->bits.uint8[sbR], in stereoBitAllocation()
101 OI_ASSERT(common->frameInfo.bitpool <= OI_SBC_MaxBitpool(&common->frameInfo)); in OI_SBC_ComputeBitAllocation()
102 OI_ASSERT(common->frameInfo.mode < OI_ARRAYSIZE(balloc)); in OI_SBC_ComputeBitAllocation()
109 balloc[common->frameInfo.mode](common); in OI_SBC_ComputeBitAllocation()
120 uint8_t max = common->maxBitneed; in OI_CODEC_SBC_GetMaxBitneed()
122 common->maxBitneed = 0; in OI_CODEC_SBC_GetMaxBitneed()
153 return sizeof(int16_t) * common->pcmStride * common->frameInfo.nrof_subbands * in OI_CODEC_SBC_CalculatePcmBytes()
[all …]
H A Ddecoder-sbc.c75 context->common.frameInfo.enhanced = in FindSyncword()
93 context->common.frameInfo.enhanced = FALSE; in FindSyncword()
177 context->common.pcmStride == 2) { in DecodeBody()
281 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
288 if (context->common.pcmStride < 1 || context->common.pcmStride > 2) { in OI_CODEC_SBC_DecodeFrame()
313 if (crc != context->common.frameInfo.crc) { in OI_CODEC_SBC_DecodeFrame()
315 context->common.frameInfo.crc)); in OI_CODEC_SBC_DecodeFrame()
324 !context->common.frameInfo.enhanced) { in OI_CODEC_SBC_DecodeFrame()
329 if (context->common.frameInfo.bitpool > in OI_CODEC_SBC_DecodeFrame()
332 context->common.frameInfo.bitpool, in OI_CODEC_SBC_DecodeFrame()
[all …]
H A Ddecoder-private.c74 context->common.maxBitneed = 0; in internal_DecoderReset()
133 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
137 if (common->frameInfo.nrof_subbands == 8 || in OI_SBC_ReadScalefactors()
140 common->frameInfo.join = *b++; in OI_SBC_ReadScalefactors()
142 common->frameInfo.join = 0; in OI_SBC_ReadScalefactors()
158 common->frameInfo.join = HIGH(f = *b++); in OI_SBC_ReadScalefactors()
180 OI_CODEC_SBC_COMMON_CONTEXT* common = &context->common; in OI_SBC_ReadSamples() local
182 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
187 common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands; in OI_SBC_ReadSamples()
192 OI_UINT bits = common->bits.uint8[n]; in OI_SBC_ReadSamples()
[all …]
H A Dsynthesis-sbc.c290 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()
292 context->common.filterBuffer[0]); in OI_SBC_SynthFrame_80()
295 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()
297 context->common.filterBuffer[1]); in OI_SBC_SynthFrame_80()
329 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()
331 context->common.filterBuffer[0]); in OI_SBC_SynthFrame_4SB()
334 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()
336 context->common.filterBuffer[1]); in OI_SBC_SynthFrame_4SB()
369 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_Enhanced()
371 context->common.filterBuffer[0]); in OI_SBC_SynthFrame_Enhanced()
[all …]
/aosp12/system/bt/gd/security/
H A Dsecurity_manager.cc30common::BindOnce(&internal::SecurityManagerImpl::Init, common::Unretained(security_manager_impl_))… in Init()
34 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBond, in CreateBond()
35 common::Unretained(security_manager_impl_), in CreateBond()
41 security_handler_->Post(common::BindOnce( in CreateBondOutOfBand()
43 common::Unretained(security_manager_impl_), in CreateBondOutOfBand()
50 security_handler_->Post(common::BindOnce( in GetOutOfBandData()
52 common::Unretained(security_manager_impl_), in GetOutOfBandData()
58 common::Unretained(security_manager_impl_), in CreateBondLe()
86 security_handler_->Post(common::BindOnce( in SetLeInitiatorAddressPolicyForTest()
88 common::Unretained(security_manager_impl_), in SetLeInitiatorAddressPolicyForTest()
[all …]
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h147 static const aidl::android::hardware::graphics::common::ExtendableType
185 static const aidl::android::hardware::graphics::common::ExtendableType
191 static const aidl::android::hardware::graphics::common::ExtendableType
238 static const aidl::android::hardware::graphics::common::ExtendableType
390 const aidl::android::hardware::graphics::common::ExtendableType& interlaced);
398 aidl::android::hardware::graphics::common::Compression getStandardCompressionValue(
400 aidl::android::hardware::graphics::common::Interlaced getStandardInterlacedValue(
401 const aidl::android::hardware::graphics::common::ExtendableType& interlaced);
402 aidl::android::hardware::graphics::common::ChromaSiting getStandardChromaSitingValue(
404 aidl::android::hardware::graphics::common::PlaneLayoutComponentType
[all …]
/aosp12/system/bt/gd/hci/fuzz/
H A Dfuzz_hci_layer.h70 common::BidiQueueEnd<hci::AclBuilder, hci::AclView>* GetAclQueueEnd() override { in GetAclQueueEnd()
74 common::BidiQueueEnd<hci::IsoBuilder, hci::IsoView>* GetIsoQueueEnd() override { in GetIsoQueueEnd()
107 common::ContextualCallback<void(hci::EventView)> event_handler,
108 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
113 common::ContextualCallback<void(hci::LeMetaEventView)> event_handler,
114 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
163 common::BidiQueue<hci::AclView, hci::AclBuilder> acl_queue_{3};
164 common::BidiQueue<hci::IsoView, hci::IsoBuilder> iso_queue_{3};
182 common::ContextualCallback<void(hci::EventView)> security_event_handler_;
184 common::ContextualCallback<void(hci::EventView)> acl_event_handler_;
[all …]
/aosp12/frameworks/base/
H A DCleanSpec.mk54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*)
83 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs*)
88 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Music2_intermediates)
95 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PerfTest_intermediates/)
96 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/RSTest_intermediates/)
105 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/SystemUI_intermediates)
106 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/R/com/android/systemui/R.java)
122 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript)
124 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp)
216 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs-timestamp)
[all …]
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java21 import android.media.audio.common.AudioConfig;
124 aidlModel.common = api2aidlSoundModel(apiModel); in api2aidlPhraseSoundModel()
220 aidlEvent.common.captureAvailable, in aidl2apiPhraseRecognitionEvent()
221 aidlEvent.common.captureSession, aidlEvent.common.captureDelayMs, in aidl2apiPhraseRecognitionEvent()
222 aidlEvent.common.capturePreambleMs, aidlEvent.common.triggerInData, in aidl2apiPhraseRecognitionEvent()
223 audioFormat, aidlEvent.common.data, in aidl2apiPhraseRecognitionEvent()
245 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
249 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
253 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
255 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
[all …]

12345678910>>...155