Searched refs:handle_ (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/files/ |
D | ScopedFileHandle.h | 36 : handle_(handle) {} in handle_() function 42 bool valid() const { return handle_ != INVALID_HANDLE_VALUE; } in valid() 45 HANDLE get() const { return handle_; } in get() 49 HANDLE h = handle_; in release() 50 handle_ = INVALID_HANDLE_VALUE; in release() 56 if (handle_ != INVALID_HANDLE_VALUE) { in close() 57 ::CloseHandle(handle_); in close() 58 handle_ = INVALID_HANDLE_VALUE; in close() 64 HANDLE handle = handle_; in swap() 65 handle_ = other->handle_; in swap() [all …]
|
/hardware/google/camera/common/sensor_listener/ |
D | goog_sensor_wrapper.cc | 70 handle_(-1), in GoogSensorWrapper() 97 event_queue_->enableSensor(handle_, sensor_sampling_period_us_, 0); in Enable() 118 Return<Result> result = event_queue_->disableSensor(handle_); in Disable() 138 handle_ = GetSensorHandle(); in InitializeEventQueueLocked() 139 if (handle_ < 0) { in InitializeEventQueueLocked() 174 if (event.sensor_event.sensorHandle == handle_ && in EventCallback()
|
D | goog_sensor_wrapper.h | 112 int handle_; variable
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | AuthTest.cpp | 90 handle_ = rsp->data; in SetUp() 299 std::vector<uint8_t> handle_; member in aidl::android::hardware::security::keymint::test::AuthTest 335 const std::optional<HardwareAuthToken> hat = doVerify(challenge, handle_, password_); in TEST_P() 404 const std::optional<HardwareAuthToken> hat = doVerify(challenge, handle_, password_); in TEST_P() 463 const std::optional<HardwareAuthToken> hat = doVerify(uid_, challenge, handle_, password_); in TEST_P() 514 doVerify(unrelated_challenge, handle_, password_); in TEST_P() 526 const std::optional<HardwareAuthToken> hat = doVerify(challenge_, handle_, password_); in TEST_P() 534 std::optional<HardwareAuthToken> dodgy_hat = doVerify(challenge_, handle_, password_); in TEST_P() 577 const std::optional<HardwareAuthToken> hat = doVerify(uid_, challenge_, handle_, password_); in TEST_P() 620 const std::optional<HardwareAuthToken> hat = doVerify(challenge_, handle_, password_); in TEST_P()
|