Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastCaptureState.cpp30 case FastCaptureState::WRITE: return "WRITE"; in commandToString()
DFastCaptureState.h49 WRITE = 0x10, // write to pipe sink member
DFastMixerState.cpp48 case FastMixerState::WRITE: return "WRITE"; in commandToString()
DFastMixerState.h92 WRITE = 0x10, // write to output sink member
DFastCapture.cpp72 case FastCaptureState::WRITE: in isSubClassCommand()
195 if (command & FastCaptureState::WRITE) { in onWork()
DFastMixer.cpp114 case FastMixerState::WRITE: in isSubClassCommand()
444 if ((command & FastMixerState::WRITE) in onWork()
/frameworks/av/services/oboeservice/
DSharedMemoryWrapper.h51 WRITE = 2, enumerator
DSharedMemoryWrapper.cpp122 const int writeCounterSize = (counterFilling & WRITE) == NONE ? 0 : COUNTER_SIZE_IN_BYTES; in fillParcelable()
DAAudioServiceEndpointMMAP.cpp521 ? SharedMemoryWrapper::WRITE in getDownDataDescription()
/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/
DPersistentDataBlockServiceTest.java414 FileChannel channel = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE, in testPartitionFormat()
1011 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithDigest() argument
1017 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithMagic() argument
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsStore.java253 mJvmLock = FileChannel.open(mLockFile.toPath(), StandardOpenOption.WRITE).lock(); in lockStoreDirectory()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal151 WRITE,
/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java25 import static java.nio.file.StandardOpenOption.WRITE;
688 Paths.get(mFrpSecretTmpFile), secret, WRITE, CREATE, TRUNCATE_EXISTING, SYNC); in updateFrpSecret() local
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp476 WriteCommand::WRITE, "write", static_cast<const uint8_t*>(buffer), bytes, in write()
/frameworks/base/config/
Ddirty-image-objects1669 Ljava/nio/file/StandardOpenOption;.WRITE:Ljava/nio/file/StandardOpenOption; 455
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/proto_logging/stats/
Datoms.proto4720 WRITE = 2; enumerator