Searched defs:nullptr (Results 1 - 10 of 10) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_record_test.cpp38 static bool RunRecordCmd(std::vector<std::string> v, const char* output_file = nullptr) { argument
41 if (output_file != nullptr) {
83 ASSERT_TRUE(reader != nullptr);
103 ASSERT_TRUE(reader != nullptr);
/system/update_engine/
H A Dmain.cc50 nullptr); local
73 GetTimeAsString(::time(nullptr)).c_str());
87 log_settings.log_file = nullptr;
/system/core/fastboot/
H A Dudp_test.cpp73 bool UdpConnect(std::string* error = nullptr) { argument
75 if (error == nullptr) {
80 return transport != nullptr && error->empty();
324 return transport_ != nullptr && error.empty();
343 SocketMock* mock_socket_ = nullptr;
/system/tools/aidl/
H A Dtype_cpp.h42 Type* array_type = nullptr,
43 Type* nullable_type = nullptr,
99 Type* array_type = nullptr,
100 Type* nullable_type = nullptr,
134 Type* void_type_ = nullptr;
135 Type* string_type_ = nullptr;
136 Type* ibinder_type_ = nullptr;
92 ArrayType(int kind, const std::string& package, const std::string& aidl_type, const std::vector<std::string>& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, Type* array_type = nullptr, Type* nullable_type = nullptr, const std::string& src_file_name = �, int line = -1) argument
H A Dtype_cpp.cpp47 Type* const kNoArrayType = nullptr;
48 Type* const kNoNullableType = nullptr;
58 "noexcept", "not", "not_eq", "nullptr", "operator", "or", "or_eq",
125 Type* nullable_type = nullptr)
591 return nullptr;
118 PrimitiveType(int kind, const std::string& package, const std::string& aidl_type, const std::string& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, Type* nullable_type = nullptr) argument
/system/connectivity/shill/wifi/
H A Dwifi_endpoint_unittest.cc291 MakeOpenEndpoint(nullptr, nullptr, kSSID, kBSSID);
298 MakeOpenEndpoint(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
337 &vendor_information, nullptr, nullptr));
346 &vendor_information, nullptr, nullptr));
355 &vendor_information, nullptr, nullptr));
419 nullptr, nullptr); local
426 nullptr, nullptr); local
443 nullptr, nullptr); local
454 nullptr, nullptr); local
487 nullptr, nullptr); local
506 nullptr, nullptr); local
536 nullptr, nullptr); local
553 &ieee80211w_required, nullptr); local
567 &ieee80211w_required, nullptr); local
580 &ieee80211w_required, nullptr); local
592 &ieee80211w_required, nullptr); local
605 &ieee80211w_required, nullptr); local
618 &ieee80211w_required, nullptr); local
632 &ieee80211w_required, nullptr); local
644 nullptr, &country_code); local
657 nullptr, &country_code); local
670 nullptr, &country_code); local
683 nullptr, &country_code); local
[all...]
/system/tpm/attestation/common/
H A Dcrypto_utility_impl.cc45 char* data = nullptr;
169 crypto::ScopedRSA rsa(d2i_RSAPublicKey(nullptr, &asn1_ptr,
176 unsigned char* buffer = nullptr;
336 if (!EVP_EncryptInit_ex(&encryption_context, cipher, nullptr, key_buffer,
386 if (!EVP_DecryptInit_ex(&decryption_context, cipher, nullptr, key_buffer,
417 nullptr); local
/system/update_engine/payload_generator/
H A Dpayload_signer.cc99 nullptr,
247 nullptr);
253 payload_metadata.data(), payload_metadata.size(), nullptr));
294 nullptr));
310 nullptr,
312 nullptr,
361 TEST_AND_RETURN_FALSE(fprikey != nullptr);
362 RSA* rsa = PEM_read_RSAPrivateKey(fprikey, nullptr, nullptr, nullptr);
374 << ERR_error_string(ERR_get_error(), nullptr); local
[all...]
/system/connectivity/shill/net/
H A Dnetlink_manager.cc384 nullptr,
385 nullptr,
528 handler_it->second->HandleError(kTimeoutWaitingForResponse, nullptr);
599 nullptr); local
687 if (message == nullptr) {
766 // we'll have to pass a nullptr.
768 nullptr);
/system/core/adb/
H A Dsysdeps.h136 adb_thread_t* thread = nullptr) {
138 uintptr_t handle = _beginthreadex(nullptr, 0, adb_winthread_wrapper, args, 0, nullptr);
446 // CloseHandle()'d. Operator bool() only checks if the handle != nullptr,
722 return nullptr;
726 adb_thread_t* thread = nullptr) {
743 errno = pthread_join(thread, nullptr);
753 pthread_exit(nullptr);
135 adb_thread_create(adb_thread_func_t func, void* arg, adb_thread_t* thread = nullptr) argument

Completed in 2312 milliseconds