Searched refs:global (Results 1 - 25 of 26) sorted by relevance

12

/system/core/libsync/
H A Dlibsync.map.txt18 global:
/system/core/sdcard/
H A Dsdcard.cpp88 struct fuse_global *global = (struct fuse_global *)userdata; local
89 bool res = global->package_to_appid->emplace(info->name, info->uid).second;
94 static bool read_package_list(struct fuse_global* global) { argument
95 pthread_mutex_lock(&global->lock);
97 global->package_to_appid->clear();
98 bool rc = packagelist_parse(package_parse_callback, global);
99 DLOG(INFO) << "read_package_list: found " << global->package_to_appid->size() << " packages";
102 derive_permissions_recursive_locked(global->fuse_default, &global->root);
104 pthread_mutex_unlock(&global
109 watch_package_list(struct fuse_global* global) argument
216 struct fuse_global global; local
[all...]
H A Dfuse.cpp280 node->graft_path = fuse->global->obb_path;
281 node->graft_pathlen = strlen(fuse->global->obb_path);
290 const auto& iter = fuse->global->package_to_appid->find(node->name);
291 if (iter != fuse->global->package_to_appid->end()) {
347 if (fuse->global->inode_ctr == 0) {
373 node->ino = fuse->global->inode_ctr++;
374 node->gen = fuse->global->next_generation++;
428 return &fuse->global->root;
520 pthread_mutex_lock(&fuse->global->lock);
523 pthread_mutex_unlock(&fuse->global
[all...]
H A Dfuse.h183 struct fuse_global* global; member in struct:fuse
/system/core/libunwindstack/
H A DAsmGetRegsX86.S30 .global AsmGetRegs
H A DAsmGetRegsX86_64.S30 .global AsmGetRegs
/system/core/libcutils/arch-arm/
H A Dmemset32.S26 .global android_memset32
28 .global android_memset16
/system/core/libpixelflinger/arch-arm64/
H A Dcol32cb16blend.S31 .global scanline_col32cb16blend_arm64
H A Dt32cb16blend.S31 .global scanline_t32cb16blend_arm64
/system/core/libpixelflinger/
H A Dcol32cb16blend.S21 .global scanline_col32cb16blend_arm
H A Dcol32cb16blend_neon.S22 .global scanline_col32cb16blend_neon
H A Dt32cb16blend.S23 .global scanline_t32cb16blend_arm
/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dasm_mips_test_jacket.S32 .global asm_mips_test_jacket
/system/core/libpixelflinger/arch-mips64/
H A Dcol32cb16blend.S58 .global scanline_col32cb16blend_mips64
H A Dt32cb16blend.S80 .global scanline_t32cb16blend_mips64
/system/bt/doc/
H A Ddirectory_layout.md20 * include - **Deprecated** - System global include files.
H A Dpower_management.md87 managed are tracked in a global array called `bta_dm_conn_srvcs`. Unfortunately,
/system/connectivity/wifilogd/
H A DAndroid.mk20 -Wno-weak-vtables -Wno-sign-conversion -Wno-global-constructors \
/system/core/debuggerd/crasher/
H A Dcrasher.cpp78 // Assign local array address to global variable to force stack guards.
93 void* global = 0; // So GCC doesn't optimize the tail recursion out of overflow_stack. variable
98 global = buf;
/system/core/libmemunreachable/tests/
H A DMemUnreachable_test.cpp91 TEST(MemunreachableTest, global) {
/system/core/libpixelflinger/arch-mips/
H A Dcol32cb16blend.S64 .global scanline_col32cb16blend_mips
H A Dt32cb16blend.S183 .global scanline_t32cb16blend_mips
/system/core/liblog/
H A Dproperties.c109 * system global default. We do not support ro.log.tag* .
203 switch (toupper(c)) { /* if invalid, resort to global */
603 static struct cache2_property_size global = { local
623 default_size = do_cache2_property_size(&global);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Dasm_test_jacket.S32 .global asm_test_jacket
/system/extras/tests/workloads/
H A Dpwrtest.sh219 adb shell settings put global airplane_mode_on $setting

Completed in 379 milliseconds

12