Searched refs:rawClientName (Results 1 – 2 of 2) sorted by relevance
644 const char16_t *rawClientName = reinterpret_cast<const char16_t*>( in android_media_MediaRecorder_native_setup() local647 String16 clientName(rawClientName, rawClientNameLen); in android_media_MediaRecorder_native_setup()649 reinterpret_cast<const jchar*>(rawClientName)); in android_media_MediaRecorder_native_setup()
564 const char16_t *rawClientName = reinterpret_cast<const char16_t*>( in android_hardware_Camera_native_setup() local567 std::string clientName = toStdString(rawClientName, rawClientNameLen); in android_hardware_Camera_native_setup()569 reinterpret_cast<const jchar*>(rawClientName)); in android_hardware_Camera_native_setup()