/frameworks/base/media/libmedia/ |
IAudioPolicyService.cpp | 131 AudioSystem::output_flags flags) 139 data.writeInt32(static_cast <uint32_t>(flags)); 308 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 371 AudioSystem::output_flags flags = local 378 flags); 521 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/media/libstagefright/ |
MP3Extractor.cpp | 246 if (source->readAt(offset, &buffer, 4) < 4) { // flags 250 uint32_t flags = U32_AT(buffer); local 252 if (flags & 0x0001) { // Frames field is present 280 if (flags & 0x0002) { // Bytes field is present 289 if (flags & 0x0004) { // TOC field is present 297 if (flags & 0x0008) { // Quality indicator field is present 540 sp<MetaData> MP3Extractor::getTrackMetaData(size_t index, uint32_t flags) {
|
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 288 int flags; local 300 flags = mInput.read(); 347 if (!((flags & 1) == 0)) { 350 if (!((flags & 2) == 0)) { 522 int flags; local 531 * Read in the length of the OBEX packet, OBEX version, flags, and max 537 flags = mInput.read(); 628 * (Presently, 0x10) Byte 4: Flags (For TCP 0x00) Byte 5&6: Max OBEX
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 222 public int onStartCommand(Intent intent, int flags, int startId) { 224 int retCode = super.onStartCommand(intent, flags, startId); 652 notification.flags |= Notification.FLAG_AUTO_CANCEL; 653 notification.flags |= Notification.FLAG_ONLY_ALERT_ONCE; 665 notification.flags |= Notification.FLAG_AUTO_CANCEL; 666 notification.flags |= Notification.FLAG_ONLY_ALERT_ONCE;
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDelta.java | 453 public void writeToParcel(Parcel dest, int flags) { 456 dest.writeParcelable(mValues, flags); 459 dest.writeParcelable(child, flags); 821 public void writeToParcel(Parcel dest, int flags) { 822 dest.writeParcelable(mBefore, flags); 823 dest.writeParcelable(mAfter, flags);
|
/cts/tests/tests/os/src/android/os/cts/ |
MessengerTest.java | 70 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { 81 public boolean transact(int code, Parcel data, Parcel reply, int flags) 86 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 116 if (interface_info.flags & SPINT_ACTIVE)
118 if (interface_info.flags & SPINT_DEFAULT)
120 if (interface_info.flags & SPINT_REMOVED)
|
/device/samsung/crespo/alsa-lib/test/ |
seq-decoder.c | 109 printf("EVENT>>> Type = %d, flags = 0x%x", ev->type, ev->flags); 110 switch (ev->flags & SND_SEQ_TIME_STAMP_MASK) { 237 switch (ev->flags & SND_SEQ_EVENT_LENGTH_MASK) {
|
/device/samsung/crespo/libsensors/ |
AkmSensor.cpp | 87 short flags = 0; local 163 short flags = newState; local 172 mEnabled |= (uint32_t(flags)<<what);
|
/external/bluetooth/glib/glib/ |
gstdio.c | 159 * @flags: as in open() 188 int flags, 202 retval = _wopen (wfilename, flags, mode); 210 return open (filename, flags, mode);
|
/external/chromium/net/base/ |
file_stream_posix.cc | 299 FileStream::FileStream(base::PlatformFile file, int flags) 301 open_flags_(flags) { 304 if (flags & base::PLATFORM_FILE_ASYNC) {
|
file_stream_win.cc | 123 FileStream::FileStream(base::PlatformFile file, int flags) 125 open_flags_(flags) { 128 if (flags & base::PLATFORM_FILE_ASYNC) {
|
/external/chromium/net/third_party/nss/ssl/ |
sslimpl.h | 220 PRInt32 n, PRInt32 flags); 282 /* Flags interpreted by ssl send functions. */ [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 95 int flags; /* r/w, dirty */ member in struct:_prf_file_t 104 * The profile flags 533 if (prf->flags & PROFILE_FILE_NO_RELOAD) 1268 int flags; member in struct:profile_iterator 1279 profile_iterator_create(profile_t profile, const char *const *names, int flags, 1291 if (!(flags & PROFILE_ITER_LIST_SECTION)) { 1303 iter->flags = flags; 1351 iter->flags &= ~PROFILE_ITER_FINAL_SEEN; 1361 (iter->flags & PROFILE_ITER_FINAL_SEEN)) [all...] |
/external/elfutils/libebl/ |
eblopenbackend.c | 134 static bool default_machine_flag_check (Elf64_Word flags); 378 default_machine_flag_check (Elf64_Word flags) 380 return flags == 0;
|
/external/elfutils/libelf/ |
libelfP.h | 141 int flags; member in struct:Elf_Data_List 204 unsigned int flags; /* Section changed in size? */ member in struct:Elf_Scn 252 int flags; member in struct:Elf 270 int ehdr_flags; /* Flags (dirty) for ELF header. */ 271 int phdr_flags; /* Flags (dirty|malloc) for program header. */ 290 int ehdr_flags; /* Flags (dirty) for ELF header. */ 291 int phdr_flags; /* Flags (dirty|malloc) for program header. */ 315 int ehdr_flags; /* Flags (dirty) for ELF header. */ 316 int phdr_flags; /* Flags (dirty|malloc) for program header. */
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 42 public static String accessFlagsToString (final int flags, final boolean isClass) 54 if ((flags & bit) != 0) 74 if ((flags & bit) != 0)
|
/external/fsck_msdos/ |
boot.c | 90 boot->flags |= FAT32; 91 if (boot->flags & FAT32) { 217 if (boot->flags&FAT32)
|
/external/icu4c/i18n/unicode/ |
uregex.h | 69 * The flags CASE_INSENSITIVE and UNICODE_CASE retain their impact 71 * The other flags become superfluous. 113 * string form into an internal representation using the specified match mode flags. 121 * @param flags Flags that alter the default matching behavior for 124 * See <code>enum URegexpFlag</code>. All desired flags 136 uint32_t flags, 142 * string form into an internal representation using the specified match mode flags. 151 * @param flags Flags that alter the default matching behavior fo [all...] |
/external/iproute2/include/linux/ |
xfrm.h | 243 /* AEVENT flags */ 340 __u8 flags; member in struct:xfrm_usersa_info 359 __u32 flags; member in struct:xfrm_aevent_id 379 __u8 flags; member in struct:xfrm_userpolicy_info
|
/external/iproute2/tc/ |
f_u32.c | 722 sel->flags |= TC_U32_OFFSET; 733 sel->flags |= TC_U32_VAROFFSET; 740 sel->flags |= TC_U32_VAROFFSET; 747 sel->flags |= TC_U32_VAROFFSET; 749 sel->flags |= TC_U32_EAT; 1001 sel.sel.flags |= TC_U32_TERMINAL; 1121 sel.sel.flags |= TC_U32_TERMINAL; 1179 !sel || !(sel->flags&TC_U32_TERMINAL) ? "*" : "", 1181 } else if (sel && sel->flags&TC_U32_TERMINAL) { 1224 if (sel->flags&(TC_U32_VAROFFSET|TC_U32_OFFSET)) [all...] |
tc_filter.c | 48 int tc_filter_modify(int cmd, unsigned flags, int argc, char **argv) 71 req.n.nlmsg_flags = NLM_F_REQUEST|flags; 75 if (cmd == RTM_NEWTFILTER && flags & NLM_F_CREATE)
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert) 71 int qtype, keytag, algorithm, flags, certlen; 84 res->ci_flags = flags;
|
/external/openssl/crypto/bio/ |
bss_acpt.c | 135 bi->flags=0; 194 a->flags=0; 357 b->flags=0;
|
/external/openssl/crypto/evp/ |
evp.h | 164 unsigned long flags; member in struct:env_md_st 203 /* DigestAlgorithmIdentifier flags... */ 266 unsigned long flags; member in struct:env_md_ctx_st 274 /* values for EVP_MD_CTX flags */ 306 unsigned long flags; /* Various flags */ member in struct:evp_cipher_st 319 /* Values for cipher flags */ 382 unsigned long flags; /* Various flags */ member in struct:evp_cipher_ctx_st 510 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags); [all...] |