Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 120) sorted by relevance

12345

/hardware/google/aemu/base/
DMessageChannel.cpp74 void MessageChannelBase::afterWrite(bool success) { in afterWrite()
110 void MessageChannelBase::afterRead(bool success) { in afterRead()
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidMessageChannel.cpp74 void MessageChannelBase::afterWrite(bool success) { in afterWrite()
109 void MessageChannelBase::afterRead(bool success) { in afterRead()
/hardware/google/gfxstream/host/
DDisplay.h26 bool success = false; member
DRenderThread.cpp95 const bool success = loadStream->getByte(); in RenderThread() local
118 const bool success = loadStream->getByte(); in RenderThread() local
168 bool success; in save() local
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DDemuxTests.h52 static AssertionResult success() { return ::testing::AssertionSuccess(); } in success() function
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DDemuxTests.h49 static AssertionResult success() { return ::testing::AssertionSuccess(); } in success() function
DLnbTests.h67 static AssertionResult success() { return ::testing::AssertionSuccess(); } in success() function
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDemuxTests.h55 static AssertionResult success() { return ::testing::AssertionSuccess(); } in success() function
DLnbTests.h78 static AssertionResult success() { return ::testing::AssertionSuccess(); } in success() function
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DConfigManagerUtil.cpp34 bool success = true; in convertToEvsCameraParam() local
69 bool success = true; in convertToPixelFormat() local
/hardware/google/pixel/powerstats/dataproviders/
DIioEnergyMeterDataSelector.cpp82 bool success = ::android::base::WriteStringToFile(railConfig, nodePath); in applyConfigToDevices() local
118 bool success = ::android::base::WriteStringToFile(kSelectionComplete, nodePath); in sendConfigurationComplete() local
/hardware/libhardware_legacy/
Dpower_test.cpp129 auto success = findWakeLockInfoByName(name, &info); in TEST_F() local
141 auto success = findWakeLockInfoByName(name, &info); in TEST_F() local
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManagerUtil.cpp32 bool success = true; in convertToEvsCameraParam() local
67 bool success = true; in convertToPixelFormat() local
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHubCallback.aidl40 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h30 bool success; member
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHubCallback.aidl40 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DOffloadControlTestBase.cpp57 auto cb = [&](bool success, const hidl_string& errMsg) { in stopOffload()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp449 const bool success = mFmqRequestChannel.writeBlocking(packet.data(), packet.size()); in sendPacket() local
525 const bool success = mFmqRequestChannel.readBlocking(packet.data(), available); in getPacketBlocking() local
540 bool success = mFmqRequestChannel.readBlocking(&datum, 1); in getPacketBlocking() local
672 const bool success = mFmqResultChannel.readBlocking(packet.data(), available); in getPacketBlocking() local
687 bool success = mFmqResultChannel.readBlocking(&datum, 1); in getPacketBlocking() local
/hardware/interfaces/automotive/can/aidl/default/
DCanBus.cpp80 Result success = Result::OK; in down() local
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHubCallback.aidl40 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/4/android/hardware/contexthub/
DIContextHubCallback.aidl40 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHubCallback.aidl40 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHubCallback.aidl78 void handleTransactionResult(in int transactionId, in boolean success); in handleTransactionResult()
/hardware/interfaces/ir/aidl/default/
Dmain.cpp67 bool success = (mDevice->get_carrier_freqs(mDevice, len, rangeAr) >= 0); in getCarrierFreqs() local
/hardware/interfaces/radio/aidl/vts/
Dradio_messaging_test.cpp245 bool success = true; in TEST_P() local
271 bool success = true; in TEST_P() local

12345