Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.h60 AudioDeviceID deviceID; member
A DSDL_coreaudio.m644 error = AudioObjectGetPropertyData(this->hidden->deviceID, &alive_address,
683 … AudioObjectRemovePropertyListener(this->hidden->deviceID, &alive_address, device_unplugged, this);
784 this->hidden->deviceID = devid;
800 … result = AudioObjectGetPropertyData(this->hidden->deviceID, &prop, 0, NULL, &devuidsize, &devuid);
839 … AudioObjectAddPropertyListener(this->hidden->deviceID, &alive_address, device_unplugged, this);
977 const AudioDeviceID prev_devid = this->hidden->deviceID;
978 …f (prepare_device(this, this->handle, this->iscapture) && (prev_devid != this->hidden->deviceID)) {
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan_core.h1992 uint32_t deviceID; member
A Dvulkan.hpp27786 && ( deviceID == rhs.deviceID ) in operator ==()
27802 uint32_t deviceID; member

Completed in 223 milliseconds