Searched refs:get (Results 451 - 475 of 701) sorted by relevance

<<11121314151617181920>>

/system/update_engine/scripts/update_payload/
H A Dcommon.py190 return '%s(%s)' % (op_name, OpType.NAMES.get(op.type, '?'))
/system/libhwbinder/
H A DIPCThreadState.cpp494 refs->decWeak(mProcess.get());
504 obj->decStrong(mProcess.get());
521 refs->decWeak(mProcess.get());
527 obj->decStrong(mProcess.get());
541 // now get the next command to be processed, waiting if necessary
669 proxy->incStrong(mProcess.get());
686 proxy->getWeakRefs()->incWeak(mProcess.get());
1038 obj->incStrong(mProcess.get());
1064 refs->incWeak(mProcess.get());
1087 const bool success = refs->attemptIncStrong(mProcess.get());
[all...]
H A DBufferedTextOutput.cpp269 BufferState* bs = ts->states[mIndex].get();
273 bs = ts->states[mIndex].get();
/system/bt/btif/src/
H A Dbtif_ble_advertiser.cc42 T* get() const { return ptr_; } function in class:__anon549::OwnedArrayWrapper
54 return o.get();
/system/bt/service/test/
H A Dipc_linux_unittest.cc66 ipc_manager_.reset(new ipc::IPCManager(adapter_.get()));
98 connect(client_fd_.get(), (struct sockaddr*)&address, sizeof(address));
/system/connectivity/wificond/scanning/offload/
H A Doffload_scan_manager.cpp97 uint64_t cookie = reinterpret_cast<uint64_t>(wifi_offload_hal_.get());
108 offload_callback_handlers_.get());
253 LOG(WARNING) << "Unable to get scan stats due to Wifi Offload HAL error";
/system/core/bootstat/
H A Dboot_event_record_store_test.cpp75 ASSERT_NE(nullptr, dir.get());
78 while ((entry = readdir(dir.get())) != NULL) {
/system/core/init/
H A Duevent_listener.cpp153 if (RegenerateUeventsForDir(d2.get(), callback) == ListenerAction::kStop) {
168 return RegenerateUeventsForDir(d.get(), callback);
H A Dueventd_test.cpp159 ASSERT_EQ(0, selabel_lookup(sehandle.get(), &secontext, files_and_modes[i].file,
175 int result = selabel_lookup(sehandle.get(), &secontext, files_and_modes[i].file,
/system/core/libcutils/
H A Dtrace-dev.inc41 * Names should be kept short to get the most use of the trace buffer.
/system/core/libunwindstack/
H A DDexFile.cpp77 for (art::ClassDataItemIterator it(*dex_file_.get(), class_data); it.HasNext(); it.Next()) {
85 art::CodeItemInstructionAccessor code(*dex_file_.get(), code_item);
/system/core/libunwindstack/include/unwindstack/
H A DElfInterface.h91 DwarfSection* eh_frame() { return eh_frame_.get(); }
92 DwarfSection* debug_frame() { return debug_frame_.get(); }
/system/extras/alloc-stress/
H A Dalloc-stress.cpp259 ch_pid = createProcess(std::move(std::get<1>(pipes)),
261 Pipe &p = std::get<0>(pipes);
/system/extras/simpleperf/
H A Devent_selection_set.cpp98 auto& record = *static_cast<SampleRecord*>(r.get());
442 group_fd = event_fds.back().get();
560 if (!ReadCounter(event_fd.get(), &counter)) {
605 cpu_map[event_fd->Cpu()] = event_fd.get();
680 if (!record_callback_(r.get())) {
704 if (!record_callback_(h->r.get())) {
816 if (!ReadCounter(it->get(), &counter)) {
897 fd_with_buffer = event_fd.get();
H A Dread_apk.cpp42 return it->second.get();
45 EmbeddedElf* result = elf.get();
/system/keymaster/include/keymaster/
H A DUniquePtr.h86 T* get() const { return mPtr; } function in class:keymaster::UniquePtr
148 T* get() const { return mPtr; } function in class:keymaster::UniquePtr
/system/libhidl/transport/
H A DServiceManagement.cpp134 while ((dp = readdir(dir.get())) != nullptr) {
206 while ((dp = readdir(dir.get())) != nullptr) {
256 while ((dp = readdir(dir.get())) != nullptr) {
364 Return<sp<IBase>> get(const hidl_string& fqName,
390 std::string actualFqName = getDescriptor(ret.get());
713 Return<sp<IBase>> ret = sm->get(descriptor, instance);
715 ALOGE("getService: defaultServiceManager()->get returns %s for %s/%s.",
722 details::canCastInterface(base.get(), descriptor.c_str(), true /* emitError */);
750 sp<IBase> base = pm->get(descriptor, instance).withDefault(nullptr);
/system/media/camera/docs/
H A DCameraMetadataKeys.mako46 % if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
/system/netd/libnetdutils/include/netdutils/
H A DSyscalls.h145 tmp[i].fd = fds[i].get();
183 Syscalls& get();
/system/netd/server/
H A DIptablesRestoreController.cpp154 const auto& sys = sSyscalls.get();
220 IptablesProcess *existingProcess = process->get();
/system/security/keystore/
H A DKeyStore.h52 if (mKmDevices[level].get()) {
100 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId);
/system/tools/aidl/tests/
H A Daidl_test_client_nullables.cpp204 if (callback.get() == nullptr) {
214 if (callback.get() != nullptr) {
/system/tools/hidl/docs/src/parser/
H A Dconfig.kt154 return Paths.get(string.replaceFirst("~", System.getProperty("user.home")))
/system/update_engine/common/
H A Daction_processor_unittest.cc46 ActionPipe<string>* in_pipe() { return in_pipe_.get(); }
47 ActionPipe<string>* out_pipe() { return out_pipe_.get(); }
H A Dsubprocess.cc140 SubprocessRecord* record = pid_record->second.get();
205 base::Bind(&Subprocess::OnStdoutReady, record.get()));

Completed in 1476 milliseconds

<<11121314151617181920>>