/frameworks/wilhelm/src/android/ |
D | channels.cpp | 93 SLuint32 sles_channel_count_from_mask(SLuint32 mask) { in sles_channel_count_from_mask() 113 audio_channel_representation_t sles_to_audio_channel_mask_representation(SLuint32 mask) { in sles_to_audio_channel_mask_representation() 164 SLuint32 mask, in sles_to_android_mask_helper() 219 audio_channel_mask_t sles_to_audio_output_channel_mask(SLuint32 mask) { in sles_to_audio_output_channel_mask() 226 audio_channel_mask_t sles_to_audio_input_channel_mask(SLuint32 mask) { in sles_to_audio_input_channel_mask() 235 SLboolean sles_is_channel_mask_valid(SLuint32 mask) { in sles_is_channel_mask_valid()
|
/frameworks/wilhelm/src/itf/ |
D | IMIDIMuteSolo.cpp | 31 SLuint16 mask = 1 << channel; in IMIDIMuteSolo_SetChannelMute() local 55 SLuint16 mask = thiz->mChannelMuteMask; in IMIDIMuteSolo_GetChannelMute() local 74 SLuint16 mask = 1 << channel; in IMIDIMuteSolo_SetChannelSolo() local 98 SLuint16 mask = thiz->mChannelSoloMask; in IMIDIMuteSolo_GetChannelSolo() local 135 SLuint32 mask = 1 << track; in IMIDIMuteSolo_SetTrackMute() local 159 SLuint32 mask = thiz->mTrackMuteMask; in IMIDIMuteSolo_GetTrackMute() local 178 SLuint32 mask = 1 << track; interface_lock_exclusive(thiz); in IMIDIMuteSolo_SetTrackSolo() local 201 SLuint32 mask = thiz->mTrackSoloMask; in IMIDIMuteSolo_GetTrackSolo() local
|
D | IMuteSolo.cpp | 41 SLuint8 mask = 1 << chan; in IMuteSolo_SetChannelMute() local 81 SLuint8 mask = ap->mMuteMask; in IMuteSolo_GetChannelMute() local 113 SLuint8 mask = 1 << chan; in IMuteSolo_SetChannelSolo() local 153 SLuint8 mask = ap->mSoloMask; in IMuteSolo_GetChannelSolo() local
|
D | I3DGrouping.cpp | 43 unsigned mask = 1 << id; in I3DGrouping_Set3DGroup() local 111 unsigned mask = 1 << (InterfaceToIObject(thiz)->mInstanceID - 1); in I3DGrouping_deinit() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | FieldMaskUtilTest.java | 79 FieldMask mask = FieldMask.newBuilder().addPaths("foo").build(); in testToString() local 97 FieldMask mask = FieldMaskUtil.fromString(""); in testFromString() local 125 FieldMask mask = FieldMaskUtil.fromFieldNumbers(TestAllTypes.class); in testFromFieldNumbers() local 150 FieldMask mask = FieldMask.getDefaultInstance(); in testToJsonString() local 161 FieldMask mask = FieldMaskUtil.fromJsonString(""); in testFromJsonString() local
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiUtils.java | 63 int mask = 0xF000; in getLocalPortFromPhysicalAddress() local 157 int mask = 0xF000; in isValidPhysicalAddress() local 187 int mask = (0xF000 >> (firstDiffPos * 4)); in getHdmiAddressRelativePosition() local 236 int mask = 0xF000; in physicalAddressFirstDifferentDigitPos() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_mask_util_test.cc | 121 FieldMask mask; in TEST() local 140 FieldMask mask; in TEST() local 175 FieldMask mask; in TEST() local 185 FieldMask mask; in TEST() local 329 FieldMask mask; in TEST() local 421 FieldMask mask; in TEST() local 569 FieldMask mask; in TEST() local
|
D | field_mask_util.cc | 42 string FieldMaskUtil::ToString(const FieldMask& mask) { in ToString() 101 bool FieldMaskUtil::ToJsonString(const FieldMask& mask, string* out) { in ToJsonString() 257 void FieldMaskTree::MergeFromFieldMask(const FieldMask& mask) { in MergeFromFieldMask() 263 void FieldMaskTree::MergeToFieldMask(FieldMask* mask) { in MergeToFieldMask() 474 void FieldMaskUtil::ToCanonicalForm(const FieldMask& mask, FieldMask* out) { in ToCanonicalForm() 501 bool FieldMaskUtil::IsPathInFieldMask(StringPiece path, const FieldMask& mask) { in IsPathInFieldMask() 517 void FieldMaskUtil::MergeMessageTo(const Message& source, const FieldMask& mask, in MergeMessageTo() 528 void FieldMaskUtil::TrimMessage(const FieldMask& mask, Message* destination) { in TrimMessage()
|
D | field_mask_util.h | 68 static bool IsValidFieldMask(const FieldMask& mask) { in IsValidFieldMask() 78 static void AddPathToFieldMask(StringPiece path, FieldMask* mask) { in AddPathToFieldMask()
|
/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 117 @NotifyEventType int mask, FileObserver observer) { in startWatching() 146 public void onEvent(int wfd, @NotifyEventType int mask, String path) { in onEvent() 173 @NotifyEventType int mask, int[] wfds); in startWatching() 227 public FileObserver(String path, @NotifyEventType int mask) { in FileObserver() 239 public FileObserver(@NonNull File file, @NotifyEventType int mask) { in FileObserver() 250 public FileObserver(@NonNull List<File> files, @NotifyEventType int mask) { in FileObserver()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | dec_alg_codebook.cpp | 121 int32 mask, i; in dec_1p_N1() local 148 int32 mask, i; in dec_2p_2N1() local 195 int32 mask, idx; in dec_3p_3N1() local 232 int32 mask, idx; in dec_4p_4N1() local
|
/frameworks/base/core/java/android/view/inspector/ |
D | IntFlagMapping.java | 70 public void add(int mask, int target, @NonNull String name) { in add() 82 private Flag(int mask, int target, @NonNull String name) { in Flag()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | BitUtils.java | 37 public static boolean maskedEquals(long a, long b, long mask) { in maskedEquals() 41 public static boolean maskedEquals(byte a, byte b, byte mask) { in maskedEquals() 45 public static boolean maskedEquals(byte[] a, byte[] b, @Nullable byte[] mask) { in maskedEquals() 56 public static boolean maskedEquals(UUID a, UUID b, @Nullable UUID mask) { in maskedEquals()
|
/frameworks/base/cmds/sm/src/com/android/commands/sm/ |
D | Sm.java | 154 final int mask = StorageManager.DEBUG_ADOPTABLE_FORCE_ON in runSetForceAdoptable() local 172 final int mask = StorageManager.DEBUG_SDCARDFS_FORCE_ON in runSetSdcardfs() local 287 final int mask = StorageManager.DEBUG_ISOLATED_STORAGE_FORCE_ON in runIsolatedStorage() local
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 74 WaitForAnyEventPredicate(int mask) { in WaitForAnyEventPredicate() 98 EventCollectingPredicate(int mask, List<AccessibilityEvent> events) { in EventCollectingPredicate() 122 WaitForAllEventPredicate(int mask) { in WaitForAllEventPredicate()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct.cpp | 46 Int mask; in BlockDCT_AANwSub() local 274 Int mask; in Block4x4DCT_AANwSub() local 480 Int mask; in Block2x2DCT_AANwSub() local 660 Int mask; in BlockDCT_AANIntra() local 870 Int mask; in Block4x4DCT_AANIntra() local 1057 Int mask; in Block2x2DCT_AANIntra() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | get_pred_adv_b_add.cpp | 194 uint32 mask; in GetPredAdvancedBy0x1() local 523 uint32 mask; in GetPredAdvancedBy1x0() local 870 uint32 mask; in GetPredAdvancedBy1x1() local
|
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 107 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in decorateLastPos() local 123 int32_t mask = 0xffffffff; in getPath() local 139 int32_t mask = 0xff << shift; in getRawPosAtDepth() local 151 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in isLastPos() local 234 int32_t mask = 0xff << shift; in getRawMaskAtDepth() local
|
D | FieldValue.cpp | 41 int32_t encodeMatcherMask(int32_t mask[], int32_t depth) { in encodeMatcherMask() 61 void translateFieldMatcher(int tag, const FieldMatcher& matcher, int depth, int* pos, int* mask, in translateFieldMatcher() 111 int mask[] = {0x7f, 0x7f, 0x7f}; in translateFieldMatcher() local
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambdaImpl.java | 581 int getFlags(int mask) { in getFlags() 585 void setFlags(int mask, int value) { in setFlags() 593 private static int mask(int mask, int value) { in mask() 600 private static int unmask(int mask, int bits) { in unmask()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 620 int mask = BluetoothReceiver.DISCOVERY_STARTED_FLAG; in startScan() local 658 int mask = BluetoothReceiver.DISCOVERY_FINISHED_FLAG; in stopScan() local 765 int mask = PairReceiver.STATE_BONDING_FLAG | PairReceiver.STATE_BONDED_FLAG; in pairOrAcceptPair() local 832 int mask = PairReceiver.STATE_NONE_FLAG; in unpair() local 912 int mask = (ConnectProfileReceiver.STATE_CONNECTING_FLAG in connectProfile() local 993 int mask = (ConnectProfileReceiver.STATE_DISCONNECTING_FLAG in disconnectProfile() local 1092 int mask, role; in connectPanOrIncomingPanConnection() local 1197 int mask, role; in disconnectFromRemoteOrVerifyConnectNap() local 1298 int mask; in startStopSco() local
|
/frameworks/ml/nn/common/random/ |
D | simple_philox.cc | 35 const uint32 mask = shift == 32 ? ~static_cast<uint32>(0) : (1 << shift) - 1; in Skewed() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskTree.java | 82 FieldMaskTree(FieldMask mask) { in FieldMaskTree() 132 FieldMaskTree mergeFromFieldMask(FieldMask mask) { in mergeFromFieldMask()
|
D | FieldMaskUtil.java | 240 public static FieldMask normalize(FieldMask mask) { in normalize() 332 FieldMask mask, Message source, Message.Builder destination, MergeOptions options) { in merge() 339 public static void merge(FieldMask mask, Message source, Message.Builder destination) { in merge()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoHideController.java | 98 int dockedStackVis, int mask, Rect fullscreenStackBounds, Rect dockedStackBounds, in setSystemUiVisibility() 211 int mask = 0; in getTransientMask() local
|