| /system/chre/core/ |
| D | audio_request_manager.cc | 62 uint32_t handle, bool enable, in configureSource() 74 uint32_t handle = audioDataEvent->handle; in handleAudioDataEvent() local 102 void AudioRequestManager::handleAudioAvailability(uint32_t handle, in handleAudioAvailability() 121 uint32_t handle = static_cast<uint32_t>(i); in logStateToBuffer() local 150 uint32_t handle, bool enable, uint64_t bufferDuration, in validateConfigureSourceArguments() 181 uint32_t handle, bool enable, in doConfigureSource() 231 void AudioRequestManager::updatePlatformHandleEnabled(uint32_t handle, in updatePlatformHandleEnabled() 241 bool AudioRequestManager::createAudioRequest(uint32_t handle, in createAudioRequest() 287 for (uint32_t handle = 0; handle < numRequests; ++handle) { in disableAllAudioRequests() local 303 AudioRequestManager::findAudioRequestByInstanceId(uint32_t handle, in findAudioRequestByInstanceId() [all …]
|
| /system/chre/platform/shared/audio_pal/ |
| D | platform_audio.cc | 67 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 72 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 83 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 106 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource() 123 void PlatformAudioBase::audioAvailabilityCallback(uint32_t handle, in audioAvailabilityCallback()
|
| /system/vold/bench/ |
| D | benchgen.py | 188 fd, f, handle = extract_file(e, e.ret) variable 202 fd, f, handle = extract_file(e, e.args[0]) variable 208 fd, f, handle = extract_file(e, e.args[0]) variable 213 fd, f, handle = extract_file(e, e.args[0]) variable 218 fd, f, handle = extract_file(e, e.args[0]) variable 227 fd, f, handle = extract_file(e, e.args[0]) variable 236 fd, f, handle = extract_file(e, e.args[0]) variable 244 fd, f, handle = extract_file(e, e.args[0]) variable 252 fd, f, handle = extract_file(e, e.args[0]) variable 258 fd, f, handle = extract_file(e, e.args[0]) variable [all …]
|
| /system/libziparchive/ |
| D | zip_writer_test.cc | 59 ZipArchiveHandle handle; in TEST_F() local 84 ZipArchiveHandle handle; in TEST_F() local 110 ZipArchiveHandle handle; in TEST_F() local 142 ZipArchiveHandle handle; in TEST_F() local 177 ZipArchiveHandle handle; in TEST_F() local 210 ZipArchiveHandle handle; in TEST_F() local 238 ZipArchiveHandle handle; in TEST_F() local 260 ZipArchiveHandle handle; in TEST_F() local 288 ZipArchiveHandle handle; in TEST_F() local 321 ZipArchiveHandle handle; in TEST_F() local [all …]
|
| D | zip_archive_test.cc | 57 static int32_t OpenArchiveWrapper(const std::string& name, ZipArchiveHandle* handle) { in OpenArchiveWrapper() 135 ZipArchiveHandle handle; in TEST() local 152 ZipArchiveHandle handle; in TEST() local 158 ZipArchiveHandle handle; in TEST() local 164 ZipArchiveHandle handle; in TEST() local 170 ZipArchiveHandle handle; in TEST() local 180 ZipArchiveHandle handle; in TEST() local 190 ZipArchiveHandle handle; in TEST() local 202 ZipArchiveHandle handle; in TEST() local 215 ZipArchiveHandle handle; in TEST() local [all …]
|
| D | zip_archive_benchmark.cpp | 59 ZipArchiveHandle handle; in OpenClose() local 70 ZipArchiveHandle handle; in FindEntry_no_match() local 88 ZipArchiveHandle handle; in Iterate_all_files() local 129 ZipArchiveHandle handle; in ExtractEntry() local 154 ZipArchiveHandle handle; in ExtractStored() local
|
| D | zip_archive_stream_entry.cc | 50 explicit ZipArchiveStreamEntryUncompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryUncompressed() 124 explicit ZipArchiveStreamEntryCompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryCompressed() 273 explicit ZipArchiveStreamEntryRawCompressed(ZipArchiveHandle handle) in ZipArchiveStreamEntryRawCompressed() 296 ZipArchiveStreamEntry* ZipArchiveStreamEntry::Create(ZipArchiveHandle handle, in Create() 312 ZipArchiveStreamEntry* ZipArchiveStreamEntry::CreateRaw(ZipArchiveHandle handle, in CreateRaw()
|
| /system/cros-codecs/src/device/v4l2/stateless/ |
| D | queue.rs | 171 handle: QBuffer< field 208 let handle = &*self.queue.handle.borrow(); in submit() localVariable 224 handle: Rc<RefCell<V4l2OutputQueueHandle<direction::Output>>>, field 230 let handle = Queue::get_output_mplane_queue(device) in new() localVariable 233 let handle = Rc::new(RefCell::new(V4l2OutputQueueHandle::Init(handle))); in new() localVariable 238 let handle = self.handle.take(); in reset() localVariable 280 let handle = handle.request_buffers_generic::<Vec<MmapHandle>>( in initialize() localVariable 297 let handle = &*self.handle.borrow(); in num_free_buffers() localVariable 304 let handle = &*self.handle.borrow(); in alloc_buffer() localVariable 314 let handle = &*self.handle.borrow(); in dequeue_buffer() localVariable [all …]
|
| /system/core/trusty/storage/tests/ |
| D | main.cpp | 125 void StorageServiceTest::WriteZeroChunk(file_handle_t handle, storage_off_t off, in WriteZeroChunk() 141 void StorageServiceTest::WritePatternChunk(file_handle_t handle, storage_off_t off, in WritePatternChunk() 157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off, in WritePattern() 173 void StorageServiceTest::ReadChunk(file_handle_t handle, in ReadChunk() 205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() 226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF() 251 file_handle_t handle; in TEST_P() local 296 file_handle_t handle; in TEST_P() local 333 file_handle_t handle; in TEST_P() local 367 file_handle_t handle; in TEST_P() local [all …]
|
| /system/chre/platform/slpi/ |
| D | platform_audio.cc | 36 void handleAudioAvailability(uint32_t handle, bool available) { in handleAudioAvailability() 75 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 106 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 117 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 138 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
| /system/chre/platform/tinysys/ |
| D | platform_audio.cc | 35 void handleAudioAvailability(uint32_t handle, bool available) { in handleAudioAvailability() 74 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 105 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 116 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 137 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
| /system/media/audio/include/system/audio_effects/ |
| D | audio_effects_test.h | 73 inline status_t effect_command_with_status(effect_handle_t handle, uint32_t command) { in effect_command_with_status() 123 effect_handle_t handle, uint32_t command, const P& p, const Vs&... vs) { in effect_command_with_status() 174 inline status_t effect_enable(effect_handle_t handle) { in effect_enable() 195 inline status_t effect_disable(effect_handle_t handle) { in effect_disable() 238 status_t effect_set_config(effect_handle_t handle, const effect_config_t& config) { in effect_set_config() 289 inline status_t effect_process(effect_handle_t handle, audio_buffer_t* in, audio_buffer_t* out) { in effect_process()
|
| /system/core/libcutils/ |
| D | native_handle.cpp | 48 uint64_t get_fdsan_tag(const native_handle_t* handle) { in get_fdsan_tag() 73 void swap_fdsan_tags(const native_handle_t* handle, uint64_t expected_tag, uint64_t new_tag) { in swap_fdsan_tags() 92 native_handle_t* handle = (native_handle_t*)storage; in native_handle_init() local 116 void native_handle_set_fdsan_tag(const native_handle_t* handle) { in native_handle_set_fdsan_tag() 120 void native_handle_unset_fdsan_tag(const native_handle_t* handle) { in native_handle_unset_fdsan_tag() 124 native_handle_t* native_handle_clone(const native_handle_t* handle) { in native_handle_clone()
|
| /system/chre/platform/shared/ |
| D | chre_api_audio.cc | 28 DLL_EXPORT bool chreAudioGetSource(uint32_t handle, in chreAudioGetSource() 46 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource() 65 DLL_EXPORT bool chreAudioGetStatus(uint32_t handle, in chreAudioGetStatus()
|
| D | dlfcn.cc | 28 void *dlsym(void *handle, const char *symbol) { in dlsym() 48 int dlclose(void *handle) { in dlclose()
|
| /system/chre/test/simulation/ |
| D | timer_test.cc | 70 uint32_t handle = chreTimerSet(10 * kOneMillisecondInNanoseconds, in TEST_F() local 76 auto handle = static_cast<const uint32_t *>(event->data); in TEST_F() local 101 uint32_t handle; in TEST_F() local 145 uint32_t handle = chreTimerSet(10 * kOneMillisecondInNanoseconds, in TEST_F() local 170 uint32_t handle; in TEST_F() local
|
| /system/media/audio_utils/ |
| D | tinysndfile.c | 75 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_read() local 369 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_write() local 400 void sf_close(SNDFILE *handle) in sf_close() 423 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desiredFrames) in sf_readf_short() 472 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desiredFrames) in sf_readf_float() 520 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desiredFrames) in sf_readf_int() 568 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames) in sf_writef_short() 605 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) in sf_writef_float() 630 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desiredFrames) in sf_writef_int()
|
| /system/core/fastboot/ |
| D | usb_windows.cpp | 71 WindowsUsbTransport(std::unique_ptr<usb_handle> handle) : handle_(std::move(handle)) {} in WindowsUsbTransport() 231 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle() 247 void usb_kick(usb_handle* handle) { in usb_kick() 278 int recognized_device(usb_handle* handle, ifc_match_func callback) { in recognized_device() 338 std::unique_ptr<usb_handle> handle; in find_usb_device() local 386 std::unique_ptr<usb_handle> handle = find_usb_device(callback); in usb_open() local
|
| /system/core/fastboot/device/ |
| D | flashing.cpp | 79 int FlashRawDataChunk(PartitionHandle* handle, const char* data, size_t len) { in FlashRawDataChunk() 113 int FlashRawData(PartitionHandle* handle, const std::vector<char>& downloaded_data) { in FlashRawData() 122 PartitionHandle* handle = reinterpret_cast<PartitionHandle*>(priv); in WriteCallback() local 134 int FlashSparseData(PartitionHandle* handle, std::vector<char>& downloaded_data) { in FlashSparseData() 145 int FlashBlockDevice(PartitionHandle* handle, std::vector<char>& downloaded_data) { in FlashBlockDevice() 177 PartitionHandle handle; in Flash() local
|
| /system/chre/platform/linux/sim/ |
| D | platform_audio.cc | 79 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 83 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 94 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 108 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
| /system/chre/platform/android/ |
| D | platform_audio.cc | 137 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 141 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 149 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 160 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
| /system/core/fastboot/fuzzy_fastboot/ |
| D | extensions.cpp | 100 bool ExtractPartitions(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractPartitions() 132 bool ExtractPacked(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractPacked() 195 bool ExtractGetVars(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractGetVars() 212 bool ExtractOem(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractOem() 262 bool ExtractChecksum(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractChecksum() 283 tinyxml2::XMLConstHandle handle(&doc); in ParseXml() local
|
| /system/core/libutils/ |
| D | NativeHandle.cpp | 22 sp<NativeHandle> NativeHandle::create(native_handle_t* handle, bool ownsHandle) { in create() 26 NativeHandle::NativeHandle(native_handle_t* handle, bool ownsHandle) in NativeHandle()
|
| /system/extras/libfec/test/ |
| D | fec_unittest.cpp | 133 struct fec_handle *handle = nullptr; in TEST_F() local 169 struct fec_handle *handle = nullptr; in TEST_F() local 211 struct fec_handle *handle = nullptr; in TEST_F() local 236 struct fec_handle *handle = nullptr; in TEST_F() local 275 struct fec_handle *handle = nullptr; in TEST_F() local 298 struct fec_handle *handle = nullptr; in TEST_F() local
|
| /system/memory/libion/ |
| D | ion.c | 96 ion_user_handle_t* handle) { in ion_alloc() 113 int ion_free(int fd, ion_user_handle_t handle) { in ion_free() 120 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, in ion_map() 148 int ion_share(int fd, ion_user_handle_t handle, int* share_fd) { in ion_share() 169 ion_user_handle_t handle; in ion_alloc_fd() local 193 int ion_import(int fd, int share_fd, ion_user_handle_t* handle) { in ion_import()
|