/packages/services/Telecomm/src/com/android/server/telecom/ |
CallsManager.java | 630 // Do not support any more live calls. Our options are to move a call to hold, disconnect 746 // STATE_DIALING, put it on hold before answering the call. 752 // This call does not support hold. If it is from a different connection 768 mForegroundCall.hold(); 771 // on-hold before answering the new call. [all...] |
/system/extras/ext4_utils/ |
indirect.c | 187 Assumes that the blocks necessary to hold the indirect blocks were included 219 Assumes that the blocks necessary to hold the indirect and doubly indirect 251 Assumes that the blocks necessary to hold the indirect, doubly indirect and 402 /* Allocates enough blocks to hold len bytes and connects them to an inode */ 485 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data
|
/external/libavc/common/ |
ih264_structs.h | 484 * Structure to hold quantization parameters of an mb 542 * Structure to hold Profile tier level info for a given layer 626 * Structure to hold VUI parameters Info 814 * Structure to hold SPS info 1049 * Structure to hold PPS info 1212 * Structure to hold Reference picture list modification info 1256 * Structure to hold Slice Header info [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Condition.java | 173 * thread returns it is <em>guaranteed</em> to hold this lock. 188 * <p>The current thread is assumed to hold the lock associated with this 222 * thread returns it is <em>guaranteed</em> to hold this lock. 232 * <p>The current thread is assumed to hold the lock associated with this 262 * thread returns it is <em>guaranteed</em> to hold this lock. 280 * condition still does not hold. Typical uses of this method take 307 * <p>The current thread is assumed to hold the lock associated with this 368 * thread returns it is <em>guaranteed</em> to hold this lock. 403 * <p>The current thread is assumed to hold the lock associated with this 434 * current thread hold the lock associated with this {@cod [all...] |
/frameworks/base/core/java/android/animation/ |
Keyframe.java | 52 * The time at which mValue will hold true. 72 * time, as a proportion of an overall animation's duration, at which the value will hold true 91 * time, as a proportion of an overall animation's duration, at which the value will hold true 104 * time, as a proportion of an overall animation's duration, at which the value will hold true 123 * time, as a proportion of an overall animation's duration, at which the value will hold true 136 * time, as a proportion of an overall animation's duration, at which the value will hold true 155 * time, as a proportion of an overall animation's duration, at which the value will hold true
|
/system/bt/bta/include/ |
bta_ag_api.h | 47 #define BTA_AG_FEAT_BTRH 0x00010000 /* CCAP incoming call hold */ 87 #define BTA_AG_BTRH_RES 8 /* Send CCAP incoming call hold */ 193 #define BTA_AG_BTRH_SET_HOLD 0 /* Put incoming call on hold */ 194 #define BTA_AG_BTRH_SET_ACC 1 /* Accept incoming call on hold */ 195 #define BTA_AG_BTRH_SET_REJ 2 /* Reject incoming call on hold */ 241 #define BTA_AG_AT_CHLD_EVT 12 /* Call hold */ 250 #define BTA_AG_AT_BTRH_EVT 21 /* CCAP-style incoming call hold */
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnection.java | 405 // TODO: Can dialing calls be put on hold as well since they take up the 415 // a call on hold while a call-waiting call exists, it'll end up accepting the 417 // cheating here and simply skipping it because we know any attempt to hold a call 421 // could "fake" hold by silencing the audio and microphone streams for this call 422 // instead of actually putting it on hold. 429 Log.e(this, e, "Exception occurred while trying to put call on hold."); 432 Log.w(this, "Cannot put a call that is not currently active on hold."); 440 // Here's the deal--Telephony hold/unhold is weird because whenever there exists 442 // have an active call and holding call, and you put the active call on hold, it 445 // issues hold commands to all active calls, and then the unhold command to th [all...] |
/external/zlib/src/contrib/infback9/ |
infback9.c | 119 hold = 0; \ 143 hold += (unsigned long)(*next++) << bits; \ 158 ((unsigned)hold & ((1U << (n)) - 1)) 163 hold >>= (n); \ 170 hold >>= bits & 7; \ 233 unsigned long hold; /* bit buffer */ local 265 hold = 0; 316 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { 321 length = (unsigned)hold & 0xffff [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 618 * <p>This method requires the caller to hold the permission 638 * <p>This method requires the caller to hold the permission 658 * <p>This method requires the caller to hold the permission 676 * <p>This method requires the caller to hold the permission 696 * <p>This method requires the caller to hold the permission 720 * <p>This method requires the caller to hold the permission 740 * <p>This method requires the caller to hold the permission 762 * <p>This method requires the caller to hold the permission 781 * <p>This method requires the caller to hold the permission 809 * <p>This method requires the caller to hold the permissio [all...] |
/external/jpeg/ |
jmorecfg.h | 80 /* JSAMPLE should be the smallest type that will hold the values 0..255. 107 /* JSAMPLE should be the smallest type that will hold the values 0..4095. 159 /* UINT8 must hold at least the values 0..255. */ 171 /* UINT16 must hold at least the values 0..65535. */ 179 /* INT16 must hold at least the values -32768..32767. */ 185 /* INT32 must hold at least signed 32-bit values. */
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
jmorecfg.h | 56 /* JSAMPLE should be the smallest type that will hold the values 0..255. 83 /* JSAMPLE should be the smallest type that will hold the values 0..4095. 137 /* UINT8 must hold at least the values 0..255. */ 150 /* UINT16 must hold at least the values 0..65535. */ 158 /* INT16 must hold at least the values -32768..32767. */ 164 /* INT32 must hold at least signed 32-bit values. */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
jmorecfg.h | 56 /* JSAMPLE should be the smallest type that will hold the values 0..255. 83 /* JSAMPLE should be the smallest type that will hold the values 0..4095. 137 /* UINT8 must hold at least the values 0..255. */ 150 /* UINT16 must hold at least the values 0..65535. */ 158 /* INT16 must hold at least the values -32768..32767. */ 164 /* INT32 must hold at least signed 32-bit values. */
|
/hardware/qcom/audio/hal/voice_extn/ |
voice_extn.c | 177 ALOGD("%s: HOLD -> ACTIVE vsid:%x", __func__, session->vsid); 204 ALOGD("%s: ACTIVE/HOLD/LOCAL_HOLD -> INACTIVE vsid:%x", __func__, session->vsid); 225 ALOGD("%s: CALL_ACTIVE -> HOLD vsid:%x", __func__, session->vsid); 230 ALOGD("%s: CALL_LOCAL_HOLD -> HOLD vsid:%x", __func__, session->vsid); 233 ALOGE("LOCAL_HOLD -> HOLD failed"); 255 ALOGE("LOCAL_HOLD -> HOLD failed");
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/ |
timeline_view_help_overlay.html | 160 <div class='action'>Hold for temporary select</div> 165 <div class='action'>Hold for temporary pan</div> 170 <div class='action'>Hold for temporary zoom</div>
|
/external/libhevc/decoder/ |
ihevcd_defs.h | 186 * Macro to compute total size required to hold on set of scaling matrices 199 * Enum to hold various mem records being request 220 * Buffer to hold TU structures and coeff data
|
/external/llvm/include/llvm/Object/ |
ELFYAML.h | 40 // Just use 64, since it can hold 32-bit values too. 45 // Just use 64, since it can hold 32-bit values too. 52 // since 64-bit can hold 32-bit values too.
|
/frameworks/base/services/core/java/com/android/server/content/ |
ContentService.java | 180 * hold the INTERACT_ACROSS_USERS_FULL permission or hold a read uri grant to the uri. 240 * hold the INTERACT_ACROSS_USERS_FULL permission or hold a write uri grant to the uri. 378 * If the user id supplied is different to the calling user, the caller must hold the 442 * <p> If the user id supplied is different to the calling user, the caller must hold the 517 * <p> If the user id supplied is different to the calling user, the caller must hold the 558 * If the user id supplied is different to the calling user, the caller must hold the 693 * If the user id supplied is different to the calling user, the caller must hold the 741 * If the user id supplied is different to the calling user, the caller must hold th [all...] |
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 506 * @param hcontext: pointer to hold returned VBP context handle. 534 * @param data: pointer to hold a data blob that contains parsing result. 556 * @param data: pointer to hold a data blob that contains parsing result.
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileLock.java | 27 * can be <em>exclusive</em> or <em>shared</em>. Multiple processes can hold 28 * shared locks on the same region of a file, but only a single process can hold 30 * simultaneously hold a shared lock overlapping the exclusive lock. An
|
/art/runtime/arch/x86/ |
context_x86.h | 98 // Hold values for esp and eip if they are not located within a stack frame. EIP is somewhat
|
/art/runtime/arch/x86_64/ |
context_x86_64.h | 85 // Hold values for rsp and rip if they are not located within a stack frame. RIP is somewhat
|
/bootable/recovery/applypatch/ |
applypatch.h | 36 // When there isn't enough room on the target filesystem to hold the
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleAdvertiserPowerLevelActivity.java | 107 showMessage("Start advertising, please hold for a while.");
|
/cts/suite/audio_quality/lib/include/audio/ |
Buffer.h | 122 // max data that can be hold
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalSnapshot.java | 25 * Pseudo-instruction which is used to hold a snapshot of the
|