Searched refs:add (Results 76 - 100 of 120) sorted by relevance

12345

/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc483 const RawAddress& remote_bda_ptr, bool add) {
493 if (add) /* mask on the cif bit */
508 if (!add) {
482 bta_gattc_mark_bg_conn(tBTA_GATTC_IF client_if, const RawAddress& remote_bda_ptr, bool add) argument
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp197 ssize_t err = mCacheData.add(key_t(keyBase), cache_entry_t(assembly, mWhen));
H A DMIPSAssembler.cpp1240 ** We start with mips32r1, and may add r2 and dsp extensions if cpu
1369 mComments.add(pc(), string);
1374 mLabels.add(theLabel, pc());
1375 mLabelsInverseMapping.add(pc(), theLabel);
1797 mBranchTargets.add(branch_target_t(label, mPC));
1808 mBranchTargets.add(branch_target_t(label, mPC));
1815 mBranchTargets.add(branch_target_t(label, mPC));
1822 mBranchTargets.add(branch_target_t(label, mPC));
1829 mBranchTargets.add(branch_target_t(label, mPC));
1836 mBranchTargets.add(branch_target_
[all...]
H A DArm64Assembler.cpp257 mComments.add(mPC, string);
263 mLabels.add(theLabel, mPC);
264 mLabelsInverseMapping.add(mPC, theLabel);
270 mBranchTargets.add(branch_target_t(label, mPC));
/system/core/libpixelflinger/
H A Dcol32cb16blend_neon.S63 vaddl.u8 q3, d6, d7 // add top bit into alpha
90 vadd.u16 q8, q8, q0 // add src red to dst red0
92 vadd.u16 q9, q9, q1 // add src green to dst green0
94 vadd.u16 q10, q10, q2 // add src blue to dst blue0
97 vadd.u16 q13, q13, q0 // add src red to dst red1
99 vadd.u16 q12, q12, q1 // add src green to dst green1
101 vadd.u16 q11, q11, q2 // add src blue to dst blue1
120 add r5, r5, r5, lsr #7 // add in top bit
/system/hwservicemanager/
H A DServiceManager.h32 Return<bool> add(const hidl_string& name,
/system/sepolicy/prebuilts/api/26.0/private/
H A Daccess_vectors666 add
673 add
/system/sepolicy/private/
H A Daccess_vectors673 add
680 add
/system/sepolicy/reqd_mask/
H A Daccess_vectors673 add
680 add
/system/chre/core/
H A Dsensor_request_manager.cc155 success = requests.add(sensorRequest, &requestChanged);
326 bool SensorRequestManager::SensorRequests::add(const SensorRequest& request, function in class:chre::SensorRequestManager::SensorRequests
/system/vold/bench/
H A Dbenchgen.py182 active.add(handle)
185 defined.add(handle)
/system/core/libcutils/arch-x86_64/
H A Dandroid_memset16.S230 add $1, %rdi
243 add $16, %rdi
245 add %rsi, %rdx
253 add %rdx, %rdi
316 add %rdx, %rdi
336 add %rdx, %rdi
/system/nfc/src/nfc/tags/
H A Drw_t1t.c325 tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add, uint8_t dat) { argument
337 p_t1t->addr = add;
341 UINT8_TO_BE_STREAM(p, add);
384 tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add, uint8_t* p_dat) { argument
396 p_t1t->addr = add;
400 UINT8_TO_BE_STREAM(p, add);
/system/media/camera/docs/
H A Dmetadata_helpers.py28 bs4.builder.HTMLTreeBuilder.empty_element_tags.add("wbr")
303 # pad with spaces to make string len == size. add new line if too big
745 Returns a function to add extra details for an entry into a string for inclusion into
845 # For each public tag "android.x.y.z" referenced, add a
918 # For each public tag "android.x.y.z" referenced, add a
1075 # Linefeeds are ambiguous - was the intent to add a space,
1092 # Linefeeds are ambiguous - was the intent to add a space,
1106 tag_set.add(node)
1176 target_set.add(target)
/system/tpm/trunks/generator/
H A Dgenerator.py342 defined_types.add(self.new_type)
362 serialized_types.add(self.new_type)
714 defined_types.add(self.name)
736 serialized_types.add(self.name)
776 serialized_types.add(self.name)
1767 always_parameter.add(command_handle_parameters[self.command_code])
/system/core/fastboot/
H A DAndroid.mk81 # Don't add anything here, we don't want additional shared dependencies
/system/nfc/src/nfc/int/
H A Drw_int.h745 extern tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add,
747 extern tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add,
/system/bt/stack/btm/
H A Dbtm_ble_int.h142 extern bool btm_ble_renew_bg_conn_params(bool add, const RawAddress& bd_addr);
H A Dbtm_ble_privacy.cc58 * Description add target address into resolving pending operation queue
61 * add_entry: true for add entry, false for remove entry
188 void btm_ble_update_resolving_list(const RawAddress& pseudo_bda, bool add) { argument
192 if (add) {
261 * add resolving list entry
697 /* only add RPA enabled device into resolving list */
/system/core/libutils/
H A DProcessCallStack.cpp166 ssize_t idx = mThreadMap.add(tid, ThreadInfo());
168 ALOGE("%s: Failed to add new ThreadInfo: %s",
/system/core/logd/
H A DLogBuffer.cpp436 stats.add(elem);
596 void add(LogBufferElement* element) { function in class:LogBufferElementLast
887 last.add(element);
933 last.add(element);
/system/extras/simpleperf/inferno/
H A Dscript.js9 // Create a stack add the root svg element in it.
215 selected.classList.add("s")
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DTimeZoneDistroTest.java170 testFiles.add(tempDir);
/system/tools/hidl/
H A DMethod.cpp263 bool TypedVarVector::add(TypedVar *v) { function in class:android::TypedVarVector
/system/netd/server/
H A DNetdNativeService.cpp164 binder::Status NetdNativeService::networkRejectNonSecureVpn(bool add, argument
176 if (add) {

Completed in 372 milliseconds

12345