Home
last modified time | relevance | path

Searched refs:bitwiseNot (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/tests/memory/2.0/
H A DIMemoryInterface.hal5 bitwiseNot(memory mem);
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp105 Return<void> bitwiseNot(const hidl_memory& mem) override { in bitwiseNot() function
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java253 memoryInterface.bitwiseNot(hidlMem); in runClientMemoryTests()