/system/bt/service/client/ |
D | main.cpp | 115 if (showing_prompt.load()) in BeginAsyncOut() 121 if (showing_prompt.load()) in EndAsyncOut() 342 if (ble_registering.load()) { in HandleRegisterBLE() 347 if (ble_client_id.load()) { in HandleRegisterBLE() 366 if (!ble_client_id.load()) { in HandleUnregisterBLE() 377 ble_iface->UnregisterClient(ble_client_id.load()); in HandleUnregisterBLE() 398 if (gatt_registering.load()) { in HandleRegisterGATT() 403 if (gatt_client_id.load()) { in HandleRegisterGATT() 422 if (!gatt_client_id.load()) { in HandleUnregisterGATT() 433 gatt_iface->UnregisterClient(gatt_client_id.load()); in HandleUnregisterGATT() [all …]
|
/system/core/libutils/ |
D | RefBase.cpp | 205 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef() 214 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef() 226 addRef(&mWeakRefs, id, mWeak.load(std::memory_order_relaxed)); in addWeakRef() 233 addRef(&mWeakRefs, id, -mWeak.load(std::memory_order_relaxed)); in removeWeakRef() 417 int32_t flags = refs->mFlags.load(std::memory_order_relaxed); in decStrong() 461 return mRefs->mStrong.load(std::memory_order_relaxed); in getStrongCount() 488 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak() 494 if (impl->mStrong.load(std::memory_order_relaxed) in decWeak() 516 int32_t curCount = impl->mStrong.load(std::memory_order_relaxed); in attemptIncStrong() 536 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in attemptIncStrong() [all …]
|
D | SharedBuffer.h | 139 return (mRefs.load(std::memory_order_acquire) == 1); in onlyOwner()
|
D | PropertyMap.cpp | 118 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { in load() function in android::PropertyMap
|
/system/core/adb/ |
D | sysdeps_test.cpp | 37 ASSERT_EQ(100, counter.load()); in TEST() 47 int current = counter.load(); in TEST() 58 ASSERT_EQ(500, counter.load()); in TEST() 262 ASSERT_FALSE(finished.load()); in TEST() 264 ASSERT_FALSE(finished.load()); in TEST() 268 ASSERT_TRUE(finished.load()); in TEST()
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 11 // Address here is the offset of the instruction address to the load address 43 // A load module. 92 // List of all load modules. 98 // system load at point when profile is collected; corresponds
|
D | perfprofdcore.cc | 427 std::string load; in annotate_encoded_perf_profile() local 429 if (android::base::ReadFileToString("/proc/loadavg", &load) && in annotate_encoded_perf_profile() 430 sscanf(load.c_str(), "%lf", &fload) == 1) { in annotate_encoded_perf_profile()
|
/system/bt/service/ |
D | low_energy_client.cpp | 333 if (scan_started_.load()) in ~LowEnergyClient() 478 CHECK(!adv_data_needs_update_.load()); in StartAdvertising() 479 CHECK(!scan_rsp_needs_update_.load()); in StartAdvertising() 546 return adv_started_.load(); in IsAdvertisingStarted() 569 if (!scan_started_.load()) in ScanResultCallback() 738 if (is_setting_adv_data_.load()) { in SetAdvertiseData() 783 CHECK(!is_setting_adv_data_.load()); in HandleDeferredAdvertiseData() 785 if (adv_data_needs_update_.load()) { in HandleDeferredAdvertiseData() 794 if (scan_rsp_needs_update_.load()) { in HandleDeferredAdvertiseData()
|
D | adapter.cpp | 101 return state_.load(); in GetState() 105 return state_.load() == ADAPTER_STATE_ON; in IsEnabled()
|
/system/core/include/utils/ |
D | PropertyMap.h | 81 static status_t load(const String8& filename, PropertyMap** outMap);
|
D | RefBase.h | 189 return mCount.load(std::memory_order_relaxed); in getStrongCount()
|
/system/core/logd/ |
D | LogBufferElement.h | 77 static uint64_t getCurrentSequence(void) { return sequence.load(memory_order_relaxed); } in getCurrentSequence()
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 5 # developer mode), we attempt to load
|
/system/sepolicy/ |
D | toolbox.te | 9 # /dev/__null__ created by init prior to policy load,
|
D | fsck.te | 7 # /dev/__null__ created by init prior to policy load,
|
D | init.te | 24 # Remove /dev/.booting, created before initial policy load or restorecon /dev. 33 # Access /dev/__null__ node created prior to initial policy load.
|
D | system_server.te | 67 # Trigger module auto-load. 558 # system server to dynamically load a dex file, something we do not
|
/system/bt/ |
D | BUILD.gn | 18 # file, and recursively load all dependencies until all dependencies are either
|
/system/connectivity/shill/init/ |
D | network-services.conf.in | 31 @load_cfg80211@ || logger -p err -t "$UPSTART_JOB" "Failed to load cfg80211"
|
/system/extras/tests/tcp_nuke_addr/ |
D | tcp_nuke_addr_test.cpp | 121 total = attempts->load(); in progressThread()
|
/system/bt/service/ipc/ |
D | ipc_handler_linux.cpp | 162 while (keep_running_.load()) { in StartListeningOnThread()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 116 int load = 0; in init_iterated_color() local 120 load |= 1; in init_iterated_color() 127 if (load || parts.packed) { in init_iterated_color() 450 load(txPtr, texel, WRITE_BACK); in build_textures() 635 load(txPtr, texel, 0); in build_textures() 884 load(txPtr, texel, 0); in filter24() 1001 load(parts.coords[i].ptr, texel, WRITE_BACK); in build_texture_environment()
|
D | load_store.cpp | 61 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load() function in android::GGLAssembler
|
D | GGLAssembler.h | 382 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
|
/system/connectivity/shill/ |
D | TESTING | 47 Make breakpoint pending on future shared library load? (y or [n]) n 102 (doing so will load a user profile onto shill's profile stack; this
|