Home
last modified time | relevance | path

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

12345678910>>...293

/packages/apps/TV/libs/m2/
Dguava-28.0-android.jar ... com/ com/google/ com/google/common/ com/google/common/annotations/ com ...
Dguava-28.0-jre.jar ... com/ com/google/ com/google/common/ com/google/common/annotations/ com ...
Dauto-common-0.10.jar ... maven/com.google.auto/auto-common/ com/google/auto/common/SuperficialValidation ...
Dauto-value-1.5.3.jar ... final autovalue.shaded.com.google$.common.collect.$ImmutableMap properties private final autovalue. ...
Ddagger-android-processor-2.23.jar ... .common public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object { private ...
Ddagger-spi-2.23.jar ... .common public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object { private ...
/packages/apps/TV/libs/
Dtruth-0.45.jar ... com/ com/google/ com/google/common/ com/google/common/truth/ com ...
Dgoogle-java-format-1.7-all-deps.jar ... java.lang.String, com.google.common.collect.Range) public abstract void blankLine ( ...
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc133 struct a2dp_stream_common common; member
140 struct a2dp_stream_common common; member
172 static void a2dp_open_ctrl_path(struct a2dp_stream_common* common);
358 static int a2dp_ctrl_receive(struct a2dp_stream_common* common, void* buffer, in a2dp_ctrl_receive() argument
364 OSI_NO_INTR(ret = recv(common->ctrl_fd, buffer, length, MSG_NOSIGNAL)); in a2dp_ctrl_receive()
383 skt_disconnect(common->ctrl_fd); in a2dp_ctrl_receive()
384 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_ctrl_receive()
392 static int a2dp_ctrl_send(struct a2dp_stream_common* common, const void* buffer, in a2dp_ctrl_send() argument
401 OSI_NO_INTR(sent = send(common->ctrl_fd, buffer, remaining, MSG_NOSIGNAL)); in a2dp_ctrl_send()
424 skt_disconnect(common->ctrl_fd); in a2dp_ctrl_send()
[all …]
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc142 struct ha_stream_common common; member
149 struct ha_stream_common common; member
184 static void ha_open_ctrl_path(struct ha_stream_common* common);
364 static int ha_ctrl_receive(struct ha_stream_common* common, void* buffer, in ha_ctrl_receive() argument
370 OSI_NO_INTR(ret = recv(common->ctrl_fd, buffer, length, MSG_NOSIGNAL)); in ha_ctrl_receive()
389 skt_disconnect(common->ctrl_fd); in ha_ctrl_receive()
390 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_ctrl_receive()
398 static int ha_ctrl_send(struct ha_stream_common* common, const void* buffer, in ha_ctrl_send() argument
407 OSI_NO_INTR(sent = send(common->ctrl_fd, buffer, remaining, MSG_NOSIGNAL)); in ha_ctrl_send()
430 skt_disconnect(common->ctrl_fd); in ha_ctrl_send()
[all …]
/packages/services/Telecomm/libs/
Dguava.jar ... com/ com/google/ com/google/common/ com/google/common/util/ com
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c86 context->common.frameInfo.enhanced = in FindSyncword()
104 context->common.frameInfo.enhanced = FALSE; in FindSyncword()
119 OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * in DecodeBody()
120 context->common.frameInfo.nrof_subbands; in DecodeBody()
128 (sizeof(int16_t) * frameSamples * context->common.pcmStride) && in DecodeBody()
135 context->common.frameInfo.nrof_subbands * in DecodeBody()
136 context->common.pcmStride) { in DecodeBody()
144 OI_SBC_ReadScalefactors(&context->common, bodyData, &bs); in DecodeBody()
147 OI_SBC_ComputeBitAllocation(&context->common); in DecodeBody()
150 if (context->common.frameInfo.mode == SBC_JOINT_STEREO) { in DecodeBody()
[all …]
Dbitalloc-sbc.c34 static void dualBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT* common) { in dualBitAllocation() argument
42 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation()
43 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation()
45 oneChannelBitAllocation(common, &bitneedsL, 0, bitcountL); in dualBitAllocation()
46 oneChannelBitAllocation(common, &bitneedsR, 1, bitcountR); in dualBitAllocation()
49 static void stereoBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT* common) { in stereoBitAllocation() argument
50 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation()
59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation()
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, in stereoBitAllocation()
65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, in stereoBitAllocation()
[all …]
Ddecoder-private.c65 status = OI_CODEC_SBC_Alloc(&context->common, decoderData, decoderDataBytes, in internal_DecoderReset()
72 context->common.codecInfo = OI_Codec_Copyright; in internal_DecoderReset()
73 context->common.maxBitneed = 0; in internal_DecoderReset()
75 OI_SBC_ExpandFrameFields(&context->common.frameInfo); in internal_DecoderReset()
87 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT* common, in OI_SBC_ReadHeader() argument
89 OI_CODEC_SBC_FRAME_INFO* frame = &common->frameInfo; in OI_SBC_ReadHeader()
130 PRIVATE void OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT* common, in OI_SBC_ReadScalefactors() argument
132 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
133 int8_t* scale_factor = common->scale_factor; in OI_SBC_ReadScalefactors()
136 if (common->frameInfo.nrof_subbands == 8 || in OI_SBC_ReadScalefactors()
[all …]
Dsynthesis-sbc.c281 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80()
282 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1; in OI_SBC_SynthFrame_80()
283 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80()
284 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()
290 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()
299 offset = context->common.filterBufferLen - 80; in OI_SBC_SynthFrame_80()
305 DCT2_8(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_80()
[all …]
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h40 common::ContextualOnceCallback<void(hci::CommandCompleteView)> /* on_complete */) override {} in EnqueueCommand()
44 common::ContextualOnceCallback<void(hci::CommandStatusView)> /* on_status */) override {} in EnqueueCommand()
59 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete) override { in EnqueueCommand()
68 common::ContextualOnceCallback<void(hci::CommandStatusView)> on_status) override { in EnqueueCommand()
75 common::BidiQueueEnd<hci::AclBuilder, hci::AclView>* GetAclQueueEnd() override { in GetAclQueueEnd()
79 common::BidiQueueEnd<hci::IsoBuilder, hci::IsoView>* GetIsoQueueEnd() override { in GetIsoQueueEnd()
83 common::BidiQueueEnd<hci::ScoBuilder, hci::ScoView>* GetScoQueueEnd() override { in GetScoQueueEnd()
87 …void RegisterEventHandler(hci::EventCode event, common::ContextualCallback<void(hci::EventView)> h… in RegisterEventHandler()
99common::ContextualCallback<void(hci::LeMetaEventView)> handler) override { in RegisterLeEventHandler()
110 …hci::SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(hci::EventView)> even…
[all …]
/packages/modules/Bluetooth/system/gd/security/
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()
57 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBondLe, in CreateBondLe()
58 common::Unretained(security_manager_impl_), in CreateBondLe()
63 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CancelBond, in CancelBond()
[all …]
/packages/services/Car/libs/car-test-lib/src/android/car/test/
DAbstractExpectableTestCase.java18 import com.google.common.annotations.GwtIncompatible;
19 import com.google.common.base.Optional;
20 import com.google.common.collect.Multimap;
21 import com.google.common.collect.Multiset;
22 import com.google.common.collect.Table;
23 import com.google.common.truth.BigDecimalSubject;
24 import com.google.common.truth.BooleanSubject;
25 import com.google.common.truth.ClassSubject;
26 import com.google.common.truth.ComparableSubject;
27 import com.google.common.truth.DoubleSubject;
[all …]
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_mock.h37 (std::unique_ptr<CommandBuilder>, common::ContextualOnceCallback<void(CommandCompleteView)>),
42 (std::unique_ptr<CommandBuilder>, common::ContextualOnceCallback<void(CommandStatusView)>),
44 MOCK_METHOD((common::BidiQueueEnd<AclBuilder, AclView>*), GetAclQueueEnd, (), (override));
45 MOCK_METHOD((common::BidiQueueEnd<ScoBuilder, ScoView>*), GetScoQueueEnd, (), (override));
46 MOCK_METHOD((common::BidiQueueEnd<IsoBuilder, IsoView>*), GetIsoQueueEnd, (), (override));
50 (EventCode, common::ContextualCallback<void(EventView)>),
56 (SubeventCode, common::ContextualCallback<void(LeMetaEventView)>),
62 (VseSubeventCode, common::ContextualCallback<void(VendorSpecificEventView)>),
68 (common::ContextualCallback<void(EventView)> event_handler),
74 (common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect));
[all …]
Dhci_interface.h46 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override = 0;
50 common::ContextualOnceCallback<void(CommandStatusView)> on_status) override = 0;
52 virtual common::BidiQueueEnd<AclBuilder, AclView>* GetAclQueueEnd() = 0;
54 virtual common::BidiQueueEnd<ScoBuilder, ScoView>* GetScoQueueEnd() = 0;
56 virtual common::BidiQueueEnd<IsoBuilder, IsoView>* GetIsoQueueEnd() = 0;
59 EventCode event_code, common::ContextualCallback<void(EventView)> event_handler) = 0;
65 common::ContextualCallback<void(LeMetaEventView)> event_handler) = 0;
71 common::ContextualCallback<void(VendorSpecificEventView)> event_handler) = 0;
76 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) = 0;
79 common::ContextualCallback<void(EventView)> event_handler) = 0;
[all …]
Dhci_layer.h55 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override;
59 common::ContextualOnceCallback<void(CommandStatusView)> on_status) override;
61 virtual common::BidiQueueEnd<AclBuilder, AclView>* GetAclQueueEnd();
63 virtual common::BidiQueueEnd<ScoBuilder, ScoView>* GetScoQueueEnd();
65 virtual common::BidiQueueEnd<IsoBuilder, IsoView>* GetIsoQueueEnd();
67 …virtual void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)…
72common::ContextualCallback<void(LeMetaEventView)> event_handler);
77 VseSubeventCode event, common::ContextualCallback<void(VendorSpecificEventView)> handler);
82 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect);
84 …virtual SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(EventView)> event_…
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/
DCommonShellCommandFactory.java19 import static com.android.adservices.service.shell.common.EchoCommand.CMD_ECHO;
20 import static com.android.adservices.service.shell.common.EchoCommand.HELP_ECHO;
21 import static com.android.adservices.service.shell.common.IsAllowedAdSelectionAccessCommand.CMD_IS_…
22 import static com.android.adservices.service.shell.common.IsAllowedAdSelectionAccessCommand.HELP_IS…
23 import static com.android.adservices.service.shell.common.IsAllowedAttributionAccessCommand.CMD_IS_…
24 import static com.android.adservices.service.shell.common.IsAllowedAttributionAccessCommand.HELP_IS…
25 import static com.android.adservices.service.shell.common.IsAllowedCustomAudiencesAccessCommand.CMD…
26 import static com.android.adservices.service.shell.common.IsAllowedCustomAudiencesAccessCommand.HEL…
27 import static com.android.adservices.service.shell.common.IsAllowedProtectedSignalsAccessCommand.CM…
28 import static com.android.adservices.service.shell.common.IsAllowedProtectedSignalsAccessCommand.HE…
[all …]
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_scheduler.cc32 common::ContextualOnceCallback<void()> callback;
37 common::ContextualOnceCallback<void()> callback;
38 common::ContextualOnceCallback<void()> callback_when_cancelled;
44 …void EnqueueOutgoingAclConnection(Address address, common::ContextualOnceCallback<void()> start_co… in EnqueueOutgoingAclConnection()
55 common::ContextualOnceCallback<void()> handle_outgoing_connection, in ReportAclConnectionCompletion()
56 common::ContextualOnceCallback<void()> handle_incoming_connection, in ReportAclConnectionCompletion()
57 common::ContextualOnceCallback<void(std::string)> handle_unknown_connection) { in ReportAclConnectionCompletion()
96 common::ContextualOnceCallback<void()> cancel_connection, in CancelAclConnection()
97 common::ContextualOnceCallback<void()> cancel_connection_completed) { in CancelAclConnection()
112 common::ContextualOnceCallback<void()> start_request, in EnqueueRemoteNameRequest()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DCommonShellCommandFactoryTest.java19 import static com.android.adservices.service.shell.common.EchoCommand.CMD_ECHO;
20 import static com.android.adservices.service.shell.common.EchoCommand.HELP_ECHO;
21 import static com.android.adservices.service.shell.common.IsAllowedAdSelectionAccessCommand.CMD_IS_…
22 import static com.android.adservices.service.shell.common.IsAllowedAdSelectionAccessCommand.HELP_IS…
23 import static com.android.adservices.service.shell.common.IsAllowedAttributionAccessCommand.CMD_IS_…
24 import static com.android.adservices.service.shell.common.IsAllowedAttributionAccessCommand.HELP_IS…
25 import static com.android.adservices.service.shell.common.IsAllowedCustomAudiencesAccessCommand.CMD…
26 import static com.android.adservices.service.shell.common.IsAllowedCustomAudiencesAccessCommand.HEL…
27 import static com.android.adservices.service.shell.common.IsAllowedProtectedSignalsAccessCommand.CM…
28 import static com.android.adservices.service.shell.common.IsAllowedProtectedSignalsAccessCommand.HE…
[all …]

12345678910>>...293