/frameworks/base/media/libmedia/ |
AudioSystem.cpp | 530 status_t AudioSystem::setRingerMode(uint32_t mode, uint32_t mask) 534 return aps->setRingerMode(mode, mask);
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
find_adts_syncword.cpp | 54 syncword_mask = A mask to be applied to the bitstream before comparison 256 * Mask the result in adts_header with the syncword_mask, so only the
|
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 763 /* the mask indicates which fields are present in this message */ 764 unsigned int mask; member in struct:__anon7795
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 55 *! 09-Nov-2000 rr: Code cleaned up. Use of IsValidEvent/Mask Macros. 835 "Invalid Notification Mask \r\n")));
|
DSPStrm.c | 728 "Invalid Notify Mask \r\n"))); 734 "Invalid Event Mask \r\n")));
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 229 * Define color key and color key mask
236 * nARGBMask : 32bit Mask for Alpha, Red, Green, Blue channels
[all...] |
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
paramOut.h | 260 TI_UINT8 flag; /* Bit Mask flag */ 262 TI_UINT8 mask[RX_DATA_FILTER_MAX_PATTERN_SIZE]; /* bit-masking of the internal field content */ member in struct:rxDataFilterFieldPattern_t [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 459 // the column bit mask, and empty the groupList. 470 // zero bits in the column mask "colMask".
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
obstack.h | 173 int alignment_mask; /* Mask of alignment for each object. */ 263 /* Mask specifying low bits that should be clear in address of an object. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfdlink.h | 689 unsigned int mask : 3; 701 unsigned int mask; 686 unsigned int mask : 3; member in struct:bfd_elf_version_expr 698 unsigned int mask; member in struct:bfd_elf_version_expr_head
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 546 * @param changeMask the mask indicating what changed. 603 * @param changeMask the bit mask describing the changed properties. It can contain
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
paramOut.h | 313 UINT8 mask[RX_DATA_FILTER_MAX_MASK_SIZE]; member in struct:rxDataFilterRequest_t 323 UINT8 mask[RX_DATA_FILTER_MAX_PATTERN_SIZE]; member in struct:rxDataFilterFieldPattern_t [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver_Tx.c | 128 UINT16 aMaxTransmitRate,/* A bit mask that specifies the initial */ 199 /* Set descriptor control bit-mask fields and write the whole word to the descriptor. */
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
paramOut.h | 260 TI_UINT8 flag; /* Bit Mask flag */ 262 TI_UINT8 mask[RX_DATA_FILTER_MAX_PATTERN_SIZE]; /* bit-masking of the internal field content */ member in struct:rxDataFilterFieldPattern_t [all...] |
/external/expat/lib/ |
xmlparse.c | 119 index was calculated: index = hash & mask, where mask = table->size - 1. 120 We limit the maximum step size to table->size / 4 (mask >> 2) and make 123 #define SECOND_HASH(hash, mask, power) \ 124 ((((hash) & ~(mask)) >> ((power) - 1)) & ((mask) >> 2)) 125 #define PROBE_STEP(hash, mask, power) \ 126 ((unsigned char)((SECOND_HASH(hash, mask, power)) | 1)) 2834 unsigned long mask = nsAttsSize - 1; local 5876 unsigned long mask = (unsigned long)table->size - 1; local [all...] |
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.cpp | 497 // We have to draw our text into a mask that can then be used to clip background drawing. 498 // First figure out how big the mask has to be. It should be no bigger than what we need 503 // Now create the mask. 522 // The mask has been created. Now we just need to clip to it. [all...] |
/external/qemu/ |
vl-android.c | 5143 DWORD mask, smask; local 5499 int mask; local [all...] |
vl.c | 5002 DWORD mask, smask; local 5356 int mask; local [all...] |
/system/core/libacc/ |
acc.cpp | 735 size_t mask = rotateRight(0xff, rotate); local 736 if ((immediate | mask) == mask) { 770 static const int MASK = SIZE-1; 782 mBuf[(mHead + mCount) & MASK] = data; 788 mHead = (mHead + 1) & MASK; 811 return mBuf[(mHead + mCount + i) & MASK]; 3504 size_t mask = alignment-1; local [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |
/external/dnsmasq/contrib/webmin/ |
dnsmasq.wbm | [all...] |
/external/bluetooth/glib/gobject/ |
gobject.c | 1002 #define SUBSET(a,b,mask) (((a) & ~(b) & (mask)) == 0) 1899 guint sid = 0, detail = 0, mask = 0; local [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/ |
driver_ti.c | 1514 u8 mask = 0; local [all...] |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 3346 struct in_addr *mask; local 3369 struct in6_addr *mask; local [all...] |
/frameworks/base/awt/java/awt/ |
Component.java | 940 * The bounds mask param. [all...] |