Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h71 KEY_DEVICE_ID, /**< Device ID. The value type is uint32_t. */ enumerator
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp207 params[0].key = KEY_DEVICE_ID; in BindSource()
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp70 Param param = {.key = KEY_DEVICE_ID, .val = (void *)&deviceId, .size = sizeof(uint32_t)}; in SetVencSource()