/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | ... com/
com/google/
com/google/common/
com/google/common/annotations/
com ... |
D | guava-28.0-jre.jar | ... com/
com/google/
com/google/common/
com/google/common/annotations/
com ... |
D | auto-common-0.10.jar | ... maven/com.google.auto/auto-common/
com/google/auto/common/SuperficialValidation ... |
D | auto-value-1.5.3.jar | ... final autovalue.shaded.com.google$.common.collect.$ImmutableMap properties
private final autovalue. ... |
D | dagger-android-processor-2.23.jar | ... .common
public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object {
private ... |
D | dagger-spi-2.23.jar | ... .common
public final dagger.shaded.auto.common.SuperficialValidation extends java.lang.Object {
private ... |
/packages/apps/TV/libs/ |
D | truth-0.45.jar | ... com/
com/google/
com/google/common/
com/google/common/truth/
com ... |
D | google-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/ |
D | audio_a2dp_hw.cc | 133 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/ |
D | audio_hearing_aid_hw.cc | 142 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/ |
D | guava.jar | ... com/
com/google/
com/google/common/
com/google/common/util/
com |
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | decoder-sbc.c | 86 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 …]
|
D | bitalloc-sbc.c | 34 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 …]
|
D | decoder-private.c | 65 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 …]
|
D | synthesis-sbc.c | 281 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/ |
D | fuzz_hci_layer.h | 40 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() 99 … common::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/ |
D | security_manager.cc | 30 …common::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/ |
D | AbstractExpectableTestCase.java | 18 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/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_mock.h | 37 (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 …]
|
D | hci_interface.h | 46 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 …]
|
D | hci_layer.h | 55 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)… 72 … common::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/ |
D | CommonShellCommandFactory.java | 19 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/ |
D | acl_scheduler.cc | 32 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/ |
D | CommonShellCommandFactoryTest.java | 19 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 …]
|