Home
last modified time | relevance | path

Searched refs:maxDeviceInfoSize (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp127 int32_t maxDeviceInfoSize = 1000; in ReadFromParcel() local
128 CHECK_AND_RETURN_RET_LOG((deviceInfoSize >= 0) && (deviceInfoSize < maxDeviceInfoSize), in ReadFromParcel()
237 int32_t maxDeviceInfoSize = 1000; in ReadFromParcel() local
238 CHECK_AND_RETURN_RET_LOG((deviceInfoSize >= 0) && (deviceInfoSize < maxDeviceInfoSize), in ReadFromParcel()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcontroller_callback_stub.cpp162 int32_t maxDeviceInfoSize = 1000; // A maximum of 1000 device change events can be processed at a time in HandleOnOutputDeviceChange() local
163 CHECK_AND_RETURN_RET_LOG((deviceInfoSize >= 0) && (deviceInfoSize < maxDeviceInfoSize), in HandleOnOutputDeviceChange()
H A Davsession_callback_stub.cpp180 int32_t maxDeviceInfoSize = 1000; // A maximum of 1000 device change events can be processed at a time in HandleOnOutputDeviceChange() local
181 CHECK_AND_RETURN_RET_LOG((deviceInfoSize >= 0) && (deviceInfoSize < maxDeviceInfoSize), in HandleOnOutputDeviceChange()

Completed in 3 milliseconds