Home
last modified time | relevance | path

Searched refs:tempDir (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server.cpp120 uint32_t tempDir = 0; in HdiServiceLoadAdapter() local
133 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceLoadAdapter()
137 AudioPortDirection port = (AudioPortDirection)tempDir; in HdiServiceLoadAdapter()
235 uint32_t tempDir; in HdiServiceGetPortCapability() local
240 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceGetPortCapability()
243 port.dir = (AudioPortDirection)tempDir; in HdiServiceGetPortCapability()
282 uint32_t tempDir; in HdiServiceSetPassthroughMode() local
283 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceSetPassthroughMode()
286 port.dir = (AudioPortDirection)tempDir; in HdiServiceSetPassthroughMode()
328 uint32_t tempDir in HdiServiceGetPassthroughMode() local
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_manager.cpp86 uint32_t tempDir = (uint32_t)desc->ports->dir; in AudioProxyManagerLoadAdapter() local
87 if (!HdfSbufWriteUint32(data, tempDir)) { in AudioProxyManagerLoadAdapter()
H A Daudio_proxy_adapter.cpp401 uint32_t tempDir = (uint32_t)port->dir; in AudioProxyAdapterWritePortCapability() local
402 if (!HdfSbufWriteUint32(data, tempDir)) { in AudioProxyAdapterWritePortCapability()
471 uint32_t tempDir = port->dir; in AudioProxyAdapterSetAndGetPassthroughModeSBuf() local
472 if (!HdfSbufWriteUint32(data, tempDir)) { in AudioProxyAdapterSetAndGetPassthroughModeSBuf()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c783 uint32_t tempDir = 0; in HdiServiceLoadAdapter() local
796 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceLoadAdapter()
797 AUDIO_FUNC_LOGE("sbuf read tempDir failed!"); in HdiServiceLoadAdapter()
800 enum AudioPortDirection port = (enum AudioPortDirection)tempDir; in HdiServiceLoadAdapter()
949 uint32_t tempDir = 0; in HdiServiceSetPassthroughMode() local
950 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceSetPassthroughMode()
953 port.dir = (enum AudioPortDirection)tempDir; in HdiServiceSetPassthroughMode()
1003 uint32_t tempDir = port.dir; in HdiServiceGetPassthroughMode() local
1004 if (!HdfSbufReadUint32(data, &tempDir)) { in HdiServiceGetPassthroughMode()
1007 port.dir = (enum AudioPortDirection)tempDir; in HdiServiceGetPassthroughMode()
[all...]

Completed in 4 milliseconds