Home
last modified time | relevance | path

Searched refs:rawClientName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp611 const char16_t *rawClientName = reinterpret_cast<const char16_t*>( in android_media_MediaRecorder_native_setup() local
614 String16 clientName(rawClientName, rawClientNameLen); in android_media_MediaRecorder_native_setup()
616 reinterpret_cast<const jchar*>(rawClientName)); in android_media_MediaRecorder_native_setup()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp562 const char16_t *rawClientName = reinterpret_cast<const char16_t*>( in android_hardware_Camera_native_setup() local
565 String16 clientName(rawClientName, rawClientNameLen); in android_hardware_Camera_native_setup()
567 reinterpret_cast<const jchar*>(rawClientName)); in android_hardware_Camera_native_setup()