Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 37) sorted by relevance

12

/system/bt/service/client/
Dmain.cpp115 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/
DRefBase.cpp205 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 …]
DSharedBuffer.h139 return (mRefs.load(std::memory_order_acquire) == 1); in onlyOwner()
DPropertyMap.cpp118 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { in load() function in android::PropertyMap
/system/core/adb/
Dsysdeps_test.cpp37 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/
Dperf_profile.proto11 // 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
Dperfprofdcore.cc427 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/
Dlow_energy_client.cpp333 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()
Dadapter.cpp101 return state_.load(); in GetState()
105 return state_.load() == ADAPTER_STATE_ON; in IsEnabled()
/system/core/include/utils/
DPropertyMap.h81 static status_t load(const String8& filename, PropertyMap** outMap);
DRefBase.h189 return mCount.load(std::memory_order_relaxed); in getStrongCount()
/system/core/logd/
DLogBufferElement.h77 static uint64_t getCurrentSequence(void) { return sequence.load(memory_order_relaxed); } in getCurrentSequence()
/system/update_engine/update_manager/
Dupdate_manager.conf.example5 # developer mode), we attempt to load
/system/sepolicy/
Dtoolbox.te9 # /dev/__null__ created by init prior to policy load,
Dfsck.te7 # /dev/__null__ created by init prior to policy load,
Dinit.te24 # Remove /dev/.booting, created before initial policy load or restorecon /dev.
33 # Access /dev/__null__ node created prior to initial policy load.
Dsystem_server.te67 # Trigger module auto-load.
558 # system server to dynamically load a dex file, something we do not
/system/bt/
DBUILD.gn18 # file, and recursively load all dependencies until all dependencies are either
/system/connectivity/shill/init/
Dnetwork-services.conf.in31 @load_cfg80211@ || logger -p err -t "$UPSTART_JOB" "Failed to load cfg80211"
/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp121 total = attempts->load(); in progressThread()
/system/bt/service/ipc/
Dipc_handler_linux.cpp162 while (keep_running_.load()) { in StartListeningOnThread()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp116 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()
Dload_store.cpp61 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load() function in android::GGLAssembler
DGGLAssembler.h382 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
/system/connectivity/shill/
DTESTING47 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

12